mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 13:38:21 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -106,8 +106,8 @@ public:
|
||||
Lfguild entry{};
|
||||
|
||||
entry.type = 0;
|
||||
entry.name = 0;
|
||||
entry.comment = 0;
|
||||
entry.name = "";
|
||||
entry.comment = "";
|
||||
entry.fromlevel = 0;
|
||||
entry.tolevel = 0;
|
||||
entry.classes = 0;
|
||||
|
||||
Reference in New Issue
Block a user