mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 00:57:15 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
NpcSpellsEffects entry{};
|
||||
|
||||
entry.id = 0;
|
||||
entry.name = 0;
|
||||
entry.name = "";
|
||||
entry.parent_list = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user