aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-27 15:29:06 +0200
committerQAston <none@none>2009-06-27 15:29:06 +0200
commita74ae1873997342ab79ae5db12d6361d7865000f (patch)
tree97b3e7e37e9b546fb77191d2943bbbf8ac9c3685 /sql/updates
parent81042a1f4f6a62e784629d7893c28c1de31a1803 (diff)
parent4a93373c0698a4b9b05f91bbedf1f1b8b9880238 (diff)
*Merge tc1 commits 1582-1590
--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');