aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-11-19 03:05:44 -0300
committerariel- <ariel-@users.noreply.github.com>2016-11-19 03:05:44 -0300
commit5b56c94e6d9510fb9cd835216dde7181371a2454 (patch)
tree061b0b26294a6598b43fc076b03b5b40ebe650b2 /sql/updates
parent503259e6fe0a1e6328090a5a2e88832b6a017516 (diff)
Core/Spell: restore old proc system behaviour on auras self proc.
- Use Spell::m_triggeredByAuraSpell and compare against trigger aura, it requires scripts to set triggeredByAura parameter. - Fixed existing scripts lacking it DB/Spell: Anger Capacitor (Tiny Abomination in a Jar) proc Closes #18269
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2016_11_19_00_world_335.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_19_00_world_335.sql b/sql/updates/world/3.3.5/2016_11_19_00_world_335.sql
new file mode 100644
index 00000000000..ae32a91d4d1
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_11_19_00_world_335.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId` IN (71406,71545); -- Anger Capacitor