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