Shocking achievement in WoTLK Naxxramas
mariusch opened this issue ยท 1 comments
On first Polarity IAT will report that the achievement has failed, even when it is not.
ID for https://www.wowhead.com/wotlk/spell=28059/positive-charge is used when it should have been https://www.wowhead.com/wotlk/spell=28062/positive-charge. It is correct for Negative Charge.
Please update L152 in LichKingRaids/Naxxramas.lua to if (core.spellId == 28085 or core.spellId == 28062) and (core.type == "SPELL_DAMAGE" or core.type == "SPELL_MISSED") then
Solves the bug that it incorrectly reports failure on first polarity and couldn't track the achievement. Thanks for a great addon!