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:
@@ -111,7 +111,7 @@ public:
|
||||
|
||||
entry.type = 0;
|
||||
entry.npc_type = 0;
|
||||
entry.name = 0;
|
||||
entry.name = "";
|
||||
entry.spell_id = 0;
|
||||
entry.distance = 60;
|
||||
entry.aura_type = 1;
|
||||
|
||||
Reference in New Issue
Block a user