mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 01:52:02 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
||||
entry.it_chance = 0;
|
||||
entry.it_level = 0;
|
||||
entry.it_id = 0;
|
||||
entry.it_qglobal = 0;
|
||||
entry.it_qglobal = "";
|
||||
entry.it_bagslot = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user