diff options
author | Keader <keader.android@gmail.com> | 2017-06-16 09:55:18 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-16 09:55:18 -0300 |
commit | 24c0580bbfc1073b42c2cae0742b9e9fa2dea510 (patch) | |
tree | de7a45a06072d0d4f8e3a93b43d8d747bcf7708e | |
parent | e7ba33b047267ea63932cc9c1cabb1048a9420c9 (diff) |
DB/Spells: Fixed proc of Righteous Vengeance with Judgements
Closes #19898
-rw-r--r-- | sql/updates/world/3.3.5/2017_06_16_03_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_16_03_world.sql b/sql/updates/world/3.3.5/2017_06_16_03_world.sql new file mode 100644 index 00000000000..e6b69505a33 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_06_16_03_world.sql @@ -0,0 +1 @@ +UPDATE `spell_proc` SET `AttributesMask`=0x2 WHERE `SpellId`=-53380; |