diff options
| author | Warpten <vertozor@gmail.com> | 2012-09-17 18:17:23 +0200 |
|---|---|---|
| committer | Warpten <vertozor@gmail.com> | 2012-09-17 18:17:23 +0200 |
| commit | 2b9232dddc73a692b1c70c892787a40bde2097fd (patch) | |
| tree | 60153495146fef9b6da9a60e7c0d9b9676460f9d /sql | |
| parent | d3dd3a2b83a7c201ac0e7a53e53f7db46c7a7945 (diff) | |
Core/Spells: Fixed King of the Jungle.
Closes #7098
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_09_17_01_world_spell_script_names.sql | 5 |
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"); |
