mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-06 08:16:35 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -100,7 +100,7 @@ public:
|
||||
entry.id = 0;
|
||||
entry.unknown = 0;
|
||||
entry.name = "";
|
||||
entry.descr = 0;
|
||||
entry.descr = "";
|
||||
entry.isguild = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user