From 922a174683b93e46510c12836d37f3a85e994781 Mon Sep 17 00:00:00 2001 From: tobmaps Date: Thu, 12 May 2011 04:04:31 +0700 Subject: Core/Spells: Properly fix talent Heart of the Crusader --- sql/updates/world/2011_05_11_07_world_spell_bonus_data.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2011_05_11_07_world_spell_bonus_data.sql (limited to 'sql') diff --git a/sql/updates/world/2011_05_11_07_world_spell_bonus_data.sql b/sql/updates/world/2011_05_11_07_world_spell_bonus_data.sql new file mode 100644 index 00000000000..d7150cfbc75 --- /dev/null +++ b/sql/updates/world/2011_05_11_07_world_spell_bonus_data.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (20335,20336,20337); +INSERT INTO `spell_proc_event` VALUES +(20335,0x00,10,0x00800000,0x00000000,0x00000008,0x00000100,0x00000000,0.000000,100.000000,0), +(20336,0x00,10,0x00800000,0x00000000,0x00000008,0x00000100,0x00000000,0.000000,100.000000,0), +(20337,0x00,10,0x00800000,0x00000000,0x00000008,0x00000100,0x00000000,0.000000,100.000000,0); -- cgit v1.2.3