From aa0e279b04d0b39515d08db5d04c60cbf257eab1 Mon Sep 17 00:00:00 2001 From: Ramusik Date: Sun, 26 Jun 2011 00:44:09 +0700 Subject: Core/Spells: Fix Glyph of Raptor Strike --- sql/updates/world/2011_06_25_16_world_spell_proc_event.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2011_06_25_16_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_06_25_16_world_spell_proc_event.sql b/sql/updates/world/2011_06_25_16_world_spell_proc_event.sql new file mode 100644 index 00000000000..d7ee64c667c --- /dev/null +++ b/sql/updates/world/2011_06_25_16_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 63086; +INSERT INTO `spell_proc_event` VALUES +(63086, 0x00, 9, 0x00000000, 0x00000000, 0x00010000, 0x00000000, 0x00000000, 0, 0, 0); -- cgit v1.2.3