diff options
author | tobmaps <spambot42@yandex.ru> | 2011-05-12 05:34:07 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-05-12 05:34:07 +0700 |
commit | cd65f7c8bbf670b313c3317def0221307648cead (patch) | |
tree | f734c7bc6b5844a045fc61e65508aa6dcd2f808c | |
parent | 7e01dfc960dded3257906c3cc422005fa3779d2d (diff) |
Core/Spells: Omen of Clarity should also proc from instant spells
-rw-r--r-- | sql/updates/world/2011_05_11_13_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_11_13_world_spell_proc_event.sql b/sql/updates/world/2011_05_11_13_world_spell_proc_event.sql new file mode 100644 index 00000000000..51fa2c70cf0 --- /dev/null +++ b/sql/updates/world/2011_05_11_13_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procEx` = 0x0010000 WHERE `entry` = 16864; |