mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 07:17:16 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -112,7 +112,7 @@ public:
|
||||
entry.total_tribute = 0;
|
||||
entry.last_tribute = 0;
|
||||
entry.banker = 0;
|
||||
entry.public_note = 0;
|
||||
entry.public_note = "";
|
||||
entry.alt = 0;
|
||||
|
||||
return entry;
|
||||
|
||||
Reference in New Issue
Block a user