aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-19 01:32:22 +0200
committerQAston <none@none>2009-04-19 01:32:22 +0200
commitc75e4675134213ef05e483fb86a23ae66a58adf1 (patch)
tree80809d6bd07695f2e07f787545f4137cd9d00244 /sql
parent8dc8babfb787578fb75214f1858168447c61b34c (diff)
* Turn proc flag on periodic heal spells back on.
* Fix Glyph of Rejuvenation. * Fix a typo in bladestorm handling. * Use Player's Crippling Poison for Deadly Brew instead of mob one to make it not stackable(dunno if it's correct) --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/2793_world_spell_proc_event.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/2793_world_spell_proc_event.sql b/sql/updates/2793_world_spell_proc_event.sql
new file mode 100644
index 00000000000..ac52b418d85
--- /dev/null
+++ b/sql/updates/2793_world_spell_proc_event.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (54754);
+INSERT INTO `spell_proc_event` VALUES
+(54754, 0x00, 7, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0);