diff options
author | Keader <keader.android@gmail.com> | 2018-06-03 11:51:12 -0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-09-27 21:18:01 +0200 |
commit | 3e0af19b7767d6e71a7467874fdad566cea5ee87 (patch) | |
tree | 013653ec9976c24571285f90dbe263d77b524824 | |
parent | 9286f3e3c845a758c16adb84384252aaa6646d25 (diff) |
DB/Spells: Fixed proc of Seal of Command (Illidari Concil)
(cherry picked from commit b84348f6fc7746349fdcbd443b32fe5483174442)
-rw-r--r-- | sql/updates/world/master/2021_09_27_05_world_2018_06_03_06_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_27_05_world_2018_06_03_06_world.sql b/sql/updates/world/master/2021_09_27_05_world_2018_06_03_06_world.sql new file mode 100644 index 00000000000..93cc5e6076b --- /dev/null +++ b/sql/updates/world/master/2021_09_27_05_world_2018_06_03_06_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `DisableEffectsMask`=4 WHERE `SpellId`=41469; |