mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 15:37:16 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -100,9 +100,9 @@ public:
|
||||
Hackers entry{};
|
||||
|
||||
entry.id = 0;
|
||||
entry.account = 0;
|
||||
entry.name = 0;
|
||||
entry.hacked = 0;
|
||||
entry.account = "";
|
||||
entry.name = "";
|
||||
entry.hacked = "";
|
||||
entry.zone = 0;
|
||||
entry.date = current_timestamp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user