mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 00:57:15 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -94,8 +94,8 @@ public:
|
||||
SpellBuckets entry{};
|
||||
|
||||
entry.spellid = 0;
|
||||
entry.key = 0;
|
||||
entry.value = 0;
|
||||
entry.key = "";
|
||||
entry.value = "";
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user