aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorp0wer <none@none>2010-01-02 14:40:50 -0600
committerp0wer <none@none>2010-01-02 14:40:50 -0600
commit421189a3cb18ac8aeefbbcab00f37b2415003a8c (patch)
tree629db1113523c5f92d71bfd3e8e246057c0c50dc /sql/updates
parent57206499fb5026c923294bf6801915c12512ca1a (diff)
Fix Art of War to only proc off critical hits. Thanks Visagalis
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/6881_world_spell_proc_event.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/6881_world_spell_proc_event.sql b/sql/updates/6881_world_spell_proc_event.sql
new file mode 100644
index 00000000000..b31464804e0
--- /dev/null
+++ b/sql/updates/6881_world_spell_proc_event.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc_event` SET procFlags=procFlags|4 WHERE `entry` in (53486,53488); -- Fix Art of War to only proc from Critical Hits \ No newline at end of file