diff options
| author | Shauren <none@none> | 2010-09-08 11:22:51 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-09-08 11:22:51 +0200 |
| commit | 5c13a08d87b7de7b0daea0656deb84cf2107b15f (patch) | |
| tree | ec2a4c7d402910f660b915e566cac6e9e597ada4 /sql/updates | |
| parent | e5d612d33962ad2c5dc21f85a8abe77d6a63db12 (diff) | |
Core/Spells: Fixed The Art of War procing only on melee attacks, by tassader1000
Core/Spells: Added missing change in previous revision
Closes issue #2386.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9829_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/9829_world_spell_proc_event.sql b/sql/updates/9829_world_spell_proc_event.sql new file mode 100644 index 00000000000..322dadd174e --- /dev/null +++ b/sql/updates/9829_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procFlags`=0 WHERE `entry` IN (53486,53488); |
