mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 18:47:35 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
||||
ZonePoints entry{};
|
||||
|
||||
entry.id = 0;
|
||||
entry.zone = 0;
|
||||
entry.zone = "";
|
||||
entry.version = 0;
|
||||
entry.number = 1;
|
||||
entry.y = 0;
|
||||
|
||||
Reference in New Issue
Block a user