aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-24 17:45:15 +0200
committerQAston <none@none>2009-06-24 17:45:15 +0200
commit5090a5967a4b50723001bfeb2490235347127e73 (patch)
tree8771aeeb33885d1e450f5bbdaebc72594a33c56a /sql/updates
parentd5c0337a5ebbfa6f8ab03f47e16992e81319c19b (diff)
*Fix king of the Jungle.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4225_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/4225_world.sql b/sql/updates/4225_world.sql
new file mode 100644
index 00000000000..39aa777c6a9
--- /dev/null
+++ b/sql/updates/4225_world.sql
@@ -0,0 +1,9 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (48492, 48494, 48495);
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+( 48492, 0x00, 7, 0x00080000, 0x00000000, 0x00000800, 0x00000400, 0x00000000, 0, 0, 0), -- King of the Jungle (Rank1)
+( 48494, 0x00, 7, 0x00080000, 0x00000000, 0x00000800, 0x00000400, 0x00000000, 0, 0, 0), -- King of the Jungle (Rank2)
+( 48495, 0x00, 7, 0x00080000, 0x00000000, 0x00000800, 0x00000400, 0x00000000, 0, 0, 0); -- King of the Jungle (Rank3)
+
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-5229);
+INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
+( -5229, -51185, 0, 'King of the Jungle - remove with enrage');