mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 17:48:20 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -154,7 +154,7 @@ public:
|
||||
AdventureTemplate entry{};
|
||||
|
||||
entry.id = 0;
|
||||
entry.zone = 0;
|
||||
entry.zone = "";
|
||||
entry.zone_version = 0;
|
||||
entry.is_hard = 0;
|
||||
entry.is_raid = 0;
|
||||
|
||||
Reference in New Issue
Block a user