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:
@@ -94,7 +94,7 @@ public:
|
||||
IpExemptions entry{};
|
||||
|
||||
entry.exemption_id = 0;
|
||||
entry.exemption_ip = 0;
|
||||
entry.exemption_ip = "";
|
||||
entry.exemption_amount = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user