mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 14:38:20 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
|
||||
entry.groupid = 0;
|
||||
entry.charid = 0;
|
||||
entry.name = 0;
|
||||
entry.name = "";
|
||||
entry.ismerc = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user