mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-27 12:27:17 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -124,7 +124,7 @@ public:
|
||||
entry.charname = "";
|
||||
entry.accountname = "";
|
||||
entry.lastgm = "";
|
||||
entry.petitiontext = 0;
|
||||
entry.petitiontext = "";
|
||||
entry.gmtext = 0;
|
||||
entry.zone = "";
|
||||
entry.urgency = 0;
|
||||
|
||||
Reference in New Issue
Block a user