mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-06 16:36:37 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -114,16 +114,16 @@ public:
|
||||
Bugs entry{};
|
||||
|
||||
entry.id = 0;
|
||||
entry.zone = 0;
|
||||
entry.name = 0;
|
||||
entry.ui = 0;
|
||||
entry.zone = "";
|
||||
entry.name = "";
|
||||
entry.ui = "";
|
||||
entry.x = 0;
|
||||
entry.y = 0;
|
||||
entry.z = 0;
|
||||
entry.type = 0;
|
||||
entry.type = "";
|
||||
entry.flag = 0;
|
||||
entry.target = 0;
|
||||
entry.bug = 0;
|
||||
entry.bug = "";
|
||||
entry.date = 0;
|
||||
entry.status = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user