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:
@@ -103,7 +103,7 @@ public:
|
||||
entry.npcid = 0;
|
||||
entry.zoneid = 0;
|
||||
entry.name = "";
|
||||
entry.value = '?';
|
||||
entry.value = "?";
|
||||
entry.expdate = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user