Fix repository struct defaults for varchar | text

This commit is contained in:
Akkadius
2020-04-04 02:04:48 -05:00
parent d691db6621
commit 3aaa5020b1
45 changed files with 375 additions and 194 deletions
+2 -2
View File
@@ -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;