aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorkandera <kanderadev@gmail.com>2012-09-17 09:44:56 -0700
committerkandera <kanderadev@gmail.com>2012-09-17 09:44:56 -0700
commit198c0346e2480cd4d167145e8d6359a73edb6bdf (patch)
tree758a624c15783cf80fc69f5bfb6d8fc8e7957399 /sql/updates
parent80b35318905d20655ebf87192f5d11f586c431ec (diff)
parent2b9232dddc73a692b1c70c892787a40bde2097fd (diff)
Merge pull request #7797 from Warpten/kingOfTehWorld
Core/Spells: Fixed King of the Jungle. (alphabetical order!)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2012_09_17_01_world_spell_script_names.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_17_01_world_spell_script_names.sql b/sql/updates/world/2012_09_17_01_world_spell_script_names.sql
new file mode 100644
index 00000000000..255c76e6b70
--- /dev/null
+++ b/sql/updates/world/2012_09_17_01_world_spell_script_names.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (48492,48494,48495);
+DELETE FROM `spell_script_names` WHERE `spell_id` IN(-5217, -5229);
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(-5217, "spell_dru_tiger_s_fury"),
+(-5229, "spell_dru_enrage");