diff options
| author | Iskander <none@none> | 2009-06-20 21:53:59 +0200 |
|---|---|---|
| committer | Iskander <none@none> | 2009-06-20 21:53:59 +0200 |
| commit | a8d305c8c235c8c597cd5ffd051e5f829d850f30 (patch) | |
| tree | 69957759180af24bc15381483bcef9a7911fae91 /sql | |
| parent | 1dd1f6db344c403fb6b90d6dff9b19cee73ffc0b (diff) | |
* fix of Spiritual Attunement
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1589_world.sql | 3 |
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'); |
