Use double quotes in strings [skip ci]

This commit is contained in:
Akkadius
2020-04-04 02:56:14 -05:00
parent 376c123fa1
commit 0552582274
42 changed files with 80 additions and 79 deletions
@@ -170,7 +170,7 @@ public:
entry.attack_delay = 0;
entry.spell_scale = 100;
entry.heal_scale = 100;
entry.special_abilities = 0;
entry.special_abilities = "";
return entry;
}