diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-11-19 14:13:40 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-11-19 14:13:40 -0300 |
| commit | 3db5f4f5cbf0820c12bd1b0a097f71c747b2f470 (patch) | |
| tree | d082129c1b2767594153036a7c8cc15ff921cfda | |
| parent | 5db308b686993653d2bd2861254e10cc1cd5e645 (diff) | |
DB/Spell: fix Art of War procs
Closes #18276
| -rw-r--r-- | sql/updates/world/3.3.5/2016_11_19_01_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_19_01_world_335.sql b/sql/updates/world/3.3.5/2016_11_19_01_world_335.sql new file mode 100644 index 00000000000..2666b0984d8 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_19_01_world_335.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId`=-53486; -- Art of War |
