mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 19:47:16 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -116,7 +116,7 @@ public:
|
||||
SpawnEvents entry{};
|
||||
|
||||
entry.id = 0;
|
||||
entry.zone = 0;
|
||||
entry.zone = "";
|
||||
entry.cond_id = 0;
|
||||
entry.name = "";
|
||||
entry.period = 0;
|
||||
|
||||
Reference in New Issue
Block a user