mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -91,7 +91,7 @@ public:
|
||||
{
|
||||
BannedIps entry{};
|
||||
|
||||
entry.ip_address = 0;
|
||||
entry.ip_address = "";
|
||||
entry.notes = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user