mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-27 04:07:39 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -112,7 +112,7 @@ public:
|
||||
entry.accountid = 0;
|
||||
entry.status = 0;
|
||||
entry.charname = "";
|
||||
entry.target = 'None';
|
||||
entry.target = "None";
|
||||
entry.time = current_timestamp();
|
||||
entry.descriptiontype = "";
|
||||
entry.description = "";
|
||||
|
||||
Reference in New Issue
Block a user