From bc2a4c816d6dc893b9b0c8d5bf0a15fe085506c5 Mon Sep 17 00:00:00 2001 From: ariel- Date: Mon, 12 Feb 2018 18:56:57 -0300 Subject: 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) --- sql/updates/world/3.3.5/2018_02_12_03_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/3.3.5/2018_02_12_03_world.sql (limited to 'sql') 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; -- cgit v1.2.3