From dbba3ad5a50a424e54c677b8201c3171ca3fb1b5 Mon Sep 17 00:00:00 2001 From: ariel- Date: Fri, 7 Oct 2016 00:14:46 -0300 Subject: Core/Scripts: Fix some runtime errors --- sql/updates/world/3.3.5/2016_10_07_01_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_07_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_10_07_01_world.sql b/sql/updates/world/3.3.5/2016_10_07_01_world.sql new file mode 100644 index 00000000000..5d6d553a6f2 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_07_01_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_item_argent_dawn_commission','spell_warr_victorious','spell_dk_rune_strike_proc','spell_pet_charge'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(17670, 'spell_item_argent_dawn_commission'), +(32216, 'spell_warr_victorious'), +(56817, 'spell_dk_rune_strike_proc'), +(57627, 'spell_pet_charge'); -- cgit v1.2.3