mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 01:52:02 +00:00
Fix repository struct defaults for varchar | text
This commit is contained in:
@@ -125,7 +125,7 @@ public:
|
||||
entry.slot_id = 0;
|
||||
entry.spell_id = 0;
|
||||
entry.caster_level = 0;
|
||||
entry.caster_name = 0;
|
||||
entry.caster_name = "";
|
||||
entry.ticsremaining = 0;
|
||||
entry.counters = 0;
|
||||
entry.numhits = 0;
|
||||
|
||||
Reference in New Issue
Block a user