aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorIskander <none@none>2009-06-20 21:53:59 +0200
committerIskander <none@none>2009-06-20 21:53:59 +0200
commita8d305c8c235c8c597cd5ffd051e5f829d850f30 (patch)
tree69957759180af24bc15381483bcef9a7911fae91 /sql/updates
parent1dd1f6db344c403fb6b90d6dff9b19cee73ffc0b (diff)
* fix of Spiritual Attunement
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/1589_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/1589_world.sql b/sql/updates/1589_world.sql
new file mode 100644
index 00000000000..e3a76bedf7d
--- /dev/null
+++ b/sql/updates/1589_world.sql
@@ -0,0 +1,3 @@
+# 1589
+-- Spiritual Attunement
+UPDATE `spell_proc_event` SET `procFlags` = `procFlags`|0x80000 WHERE `entry` IN ('31785','33776');