mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 01:52:02 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
entry.emoteid = 0;
|
||||
entry.event_ = 0;
|
||||
entry.type = 0;
|
||||
entry.text = 0;
|
||||
entry.text = "";
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user