mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-27 20:47:15 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user