diff options
| author | p0wer <none@none> | 2010-01-02 14:40:50 -0600 |
|---|---|---|
| committer | p0wer <none@none> | 2010-01-02 14:40:50 -0600 |
| commit | 421189a3cb18ac8aeefbbcab00f37b2415003a8c (patch) | |
| tree | 629db1113523c5f92d71bfd3e8e246057c0c50dc /sql/updates | |
| parent | 57206499fb5026c923294bf6801915c12512ca1a (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.sql | 1 |
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 |
