aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2018-02-12 18:56:57 -0300
committerariel- <ariel-@users.noreply.github.com>2018-02-12 19:04:01 -0300
commitbc2a4c816d6dc893b9b0c8d5bf0a15fe085506c5 (patch)
treee5ef0deb9226c1a635e7c5e983bada5eea1aff4d /sql
parentc7095375c37c3812d14fbc865b95c8442b8712cf (diff)
Core/Scripts: fix Tenacity Aurascript (target is null on UpdatePeriodic)
- also aura amount increases with stack so we lose spellid info, calculate it from basepoints directly - aura should be SPELL_AURA_MOD_HEALING_PCT instead of SPELL_AURA_MOD_HEALING_DONE_PERCENT (ie taken instead of done, confusing names)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_02_12_03_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_12_03_world.sql b/sql/updates/world/3.3.5/2018_02_12_03_world.sql
new file mode 100644
index 00000000000..39636d3935e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_02_12_03_world.sql
@@ -0,0 +1 @@
+UPDATE `spell_dbc` SET `EffectApplyAuraName1`=118 WHERE `Id`=47802;