diff options
-rw-r--r-- | sql/updates/world/2015_12_01_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2015_12_01_00_world.sql b/sql/updates/world/2015_12_01_00_world.sql index 456a36fe882..1572245a517 100644 --- a/sql/updates/world/2015_12_01_00_world.sql +++ b/sql/updates/world/2015_12_01_00_world.sql @@ -9,4 +9,4 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (24724, 'spell_hallow_end_wand'), -- Skeleton Costume (24733, 'spell_hallow_end_wand'), -- Bat Costume (24737, 'spell_hallow_end_wand'), -- Ghost Costume -(24741, 'spell_hallow_end_wand') -- Wisp Costume; +(24741, 'spell_hallow_end_wand'); -- Wisp Costume |