mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 06:18:21 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -123,8 +123,8 @@ public:
|
||||
entry.activitytype = 0;
|
||||
entry.target_name = "";
|
||||
entry.item_list = "";
|
||||
entry.skill_list = '-1';
|
||||
entry.spell_list = '0';
|
||||
entry.skill_list = "-1";
|
||||
entry.spell_list = "0";
|
||||
entry.description_override = "";
|
||||
entry.goalid = 0;
|
||||
entry.goalmethod = 0;
|
||||
|
||||
Reference in New Issue
Block a user