mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-27 08:17:16 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -116,7 +116,7 @@ public:
|
||||
entry.bagidx = 0;
|
||||
entry.itemid = 0;
|
||||
entry.charges = 0;
|
||||
entry.droptime = '0000-00-00 00:00:00';
|
||||
entry.droptime = "0000-00-00 00:00:00";
|
||||
entry.augslot1 = 0;
|
||||
entry.augslot2 = 0;
|
||||
entry.augslot3 = 0;
|
||||
|
||||
Reference in New Issue
Block a user