diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_07_01_world.sql | 6 |
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'); |
