mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
* fix(CORE/Raid): Anub'Arak not using proper spell to clear his debuffs on submerge Anub'Arak (id: 34564) was using the RemoveAllAuras method instead of the ClearAllDebuffs spell to clear all his debuffs when submerging. Closes AzerothCore issue #19136 * fix(instace/Azjol'Nerub): Anub'Arak not removing debuffs on submerge anub'arak was not removing his debuffs on submerging with the right spell. closes issue #19113 * Update boss anub'arak of PR #19140 Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * Update boss Anub'Arak code improvement * Update boss anub'arak * Update src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_anubarak_trial.cpp --------- Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>