aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-06-21 03:10:13 +0700
committertobmaps <spambot42@yandex.ru>2011-06-21 03:10:13 +0700
commit508fcd3eb3f7e66da9e2d994069176601d48f5ee (patch)
tree3c01d21cbcebd65c20b4c4c03ed94ef2793f7391 /sql/updates
parent2df209eb79747919f51df1132b1f4faffbfee2e7 (diff)
Core/Spells: Fix proc of item Eye of the Broodmother
Closes #530
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_06_20_05_world_spell_proc_event.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_20_05_world_spell_proc_event.sql b/sql/updates/world/2011_06_20_05_world_spell_proc_event.sql
new file mode 100644
index 00000000000..7d1a3d28fb5
--- /dev/null
+++ b/sql/updates/world/2011_06_20_05_world_spell_proc_event.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc_event` SET `procFlags`=0x14000,`ppmRate`=0 WHERE `entry`=65007;