diff options
| author | Keader <keader.android@gmail.com> | 2018-06-03 11:51:12 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2018-06-03 11:51:12 -0300 |
| commit | b84348f6fc7746349fdcbd443b32fe5483174442 (patch) | |
| tree | f7cd8a21ddb514207b98b0351a859947cf6b94f3 | |
| parent | 6050a99dfa2e509be2baca719122d5bf10047c18 (diff) | |
DB/Spells: Fixed proc of Seal of Command (Illidari Concil)
| -rw-r--r-- | sql/updates/world/3.3.5/2018_06_03_06_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_06_03_06_world.sql b/sql/updates/world/3.3.5/2018_06_03_06_world.sql new file mode 100644 index 00000000000..3d1ac673d23 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_06_03_06_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `AttributesMask`=64 WHERE `SpellId`=41469; |
