mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 09:17:15 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
entry.raidid = 0;
|
||||
entry.loottype = 0;
|
||||
entry.locked = 0;
|
||||
entry.motd = 0;
|
||||
entry.motd = "";
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user