aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2018-02-11 22:52:28 -0300
committerariel- <ariel-@users.noreply.github.com>2018-02-12 00:21:26 -0300
commit546a605bd0cd0e828def81e26697f1c116a3f1b7 (patch)
tree92a8b481bd8e2615c54ea6242fd611e0dd42f3e9 /sql
parent52873a7072ceb1f88d9caeefdda6084e6bb1d4af (diff)
Core/Spells: implement SPELLVALUE_CRIT_CHANCE and SPELL_ATTR4_INHERIT_CRIT_FROM_AURA
Closes #18813
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_02_12_00_world_335.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_12_00_world_335.sql b/sql/updates/world/3.3.5/2018_02_12_00_world_335.sql
new file mode 100644
index 00000000000..23a2a78c801
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_02_12_00_world_335.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc` SET `SpellFamilyMask0`=0, `SpellFamilyMask1`=0, `SpellFamilyMask2`=0, `AttributesMask`=(`AttributesMask` & ~0x8) WHERE `SpellId` IN (57529, 57531);