aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorRamusik <nikson.91@mail.ru>2011-06-26 00:44:09 +0700
committertobmaps <spambot42@yandex.ru>2011-06-26 00:44:09 +0700
commitaa0e279b04d0b39515d08db5d04c60cbf257eab1 (patch)
treec0e1ece3343c911b5094a0126594d1c478e4845f /sql/updates
parentcd76930f45c71a9d8be37c2d37e1ef86def4ac85 (diff)
Core/Spells: Fix Glyph of Raptor Strike
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_06_25_16_world_spell_proc_event.sql3
1 files changed, 3 insertions, 0 deletions
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);