mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
|
||||
entry.id = 0;
|
||||
entry.value = 0;
|
||||
entry.zone = 0;
|
||||
entry.zone = "";
|
||||
entry.instance_id = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user