mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 23:57:17 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -93,9 +93,9 @@ public:
|
||||
{
|
||||
GmIps entry{};
|
||||
|
||||
entry.name = 0;
|
||||
entry.name = "";
|
||||
entry.account_id = 0;
|
||||
entry.ip_address = 0;
|
||||
entry.ip_address = "";
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user