mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 21:58:22 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -108,8 +108,8 @@ public:
|
||||
entry.timestamp = 0;
|
||||
entry.from = "";
|
||||
entry.subject = "";
|
||||
entry.body = 0;
|
||||
entry.to = 0;
|
||||
entry.body = "";
|
||||
entry.to = "";
|
||||
entry.status = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user