aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorJohn Holiver <none@none>2010-05-22 01:29:01 -0300
committerJohn Holiver <none@none>2010-05-22 01:29:01 -0300
commit70a44e8d0ed2a7f8186f3c274d384d703bc89dc3 (patch)
treecc93835bef279b3714c3a2a85f01f2ee090ab172 /sql/updates
parentb902d7f9ad6679a0d8be025cd11f6953b01eb621 (diff)
- Fix Warlock Decimation not procing for Soul Fire
Thanks Karolis.Rudzevicius Fixes 2259 - Also, applies sql mods from rb178306035 to world.sql --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/8259_world_spell_proc_event.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8259_world_spell_proc_event.sql b/sql/updates/8259_world_spell_proc_event.sql
new file mode 100644
index 00000000000..a1b8b3eabb7
--- /dev/null
+++ b/sql/updates/8259_world_spell_proc_event.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc_event` SET `SpellFamilyMask1`=192 WHERE `entry` in (63156,63158);