aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-10-07 00:14:46 -0300
committerariel- <ariel-@users.noreply.github.com>2016-10-07 00:14:46 -0300
commitdbba3ad5a50a424e54c677b8201c3171ca3fb1b5 (patch)
tree834bcad95e029a0289d051775e6db05bbd10d92e /sql
parent3b6fd226bedb689847dadaeeba36a588ee9bc928 (diff)
Core/Scripts: Fix some runtime errors
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_10_07_01_world.sql6
1 files changed, 6 insertions, 0 deletions
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');