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:
@@ -103,7 +103,7 @@ public:
|
||||
entry.account = "";
|
||||
entry.name = "";
|
||||
entry.hacked = "";
|
||||
entry.zone = 0;
|
||||
entry.zone = "";
|
||||
entry.date = current_timestamp();
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user