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:
@@ -115,7 +115,7 @@ public:
|
||||
entry.target = 'None';
|
||||
entry.time = current_timestamp();
|
||||
entry.descriptiontype = "";
|
||||
entry.description = 0;
|
||||
entry.description = "";
|
||||
entry.event_nid = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user