Use double quotes in strings [skip ci]

This commit is contained in:
Akkadius
2020-04-04 02:56:14 -05:00
parent 376c123fa1
commit 0552582274
42 changed files with 80 additions and 79 deletions
+4 -4
View File
@@ -131,7 +131,7 @@ public:
entry.sharedplat = 0;
entry.password = "";
entry.status = 0;
entry.ls_id = 'eqemu';
entry.ls_id = "eqemu";
entry.lsaccount_id = 0;
entry.gmspeed = 0;
entry.revoked = 0;
@@ -139,11 +139,11 @@ public:
entry.minilogin_ip = "";
entry.hideme = 0;
entry.rulesflag = 0;
entry.suspendeduntil = '0000-00-00 00:00:00';
entry.suspendeduntil = "0000-00-00 00:00:00";
entry.time_creation = 0;
entry.expansion = 0;
entry.ban_reason = 0;
entry.suspend_reason = 0;
entry.ban_reason = "";
entry.suspend_reason = "";
return entry;
}