mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -96,8 +96,8 @@ public:
|
||||
Variables entry{};
|
||||
|
||||
entry.varname = "";
|
||||
entry.value = 0;
|
||||
entry.information = 0;
|
||||
entry.value = "";
|
||||
entry.information = "";
|
||||
entry.ts = current_timestamp();
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user