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:
@@ -109,7 +109,7 @@ public:
|
||||
entry.name = "";
|
||||
entry.leader = 0;
|
||||
entry.minstatus = 0;
|
||||
entry.motd = 0;
|
||||
entry.motd = "";
|
||||
entry.tribute = 0;
|
||||
entry.motd_setter = "";
|
||||
entry.channel = "";
|
||||
|
||||
Reference in New Issue
Block a user