mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 11:27:17 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -94,8 +94,8 @@ public:
|
||||
AccountFlags entry{};
|
||||
|
||||
entry.p_accid = 0;
|
||||
entry.p_flag = 0;
|
||||
entry.p_value = 0;
|
||||
entry.p_flag = "";
|
||||
entry.p_value = "";
|
||||
|
||||
return entry;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user