mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 06:01:38 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
VeteranRewardTemplates entry{};
|
||||
|
||||
entry.claim_id = 0;
|
||||
entry.name = 0;
|
||||
entry.name = "";
|
||||
entry.item_id = 0;
|
||||
entry.charges = 0;
|
||||
entry.reward_slot = 0;
|
||||
|
||||
Reference in New Issue
Block a user