fix(Core/Scripts): Rajaxx should drop aggro after Thundercrash (#12900)

Co-authored-by: greyminder@outlook.com <greyminder@outlook.com>
This commit is contained in:
Maelthyr
2022-08-31 11:40:03 +02:00
committed by GitHub
parent 9724c07528
commit 748d925a37

View File

@@ -113,6 +113,7 @@ struct boss_rajaxx : public BossAI
break;
case EVENT_THUNDERCRASH:
DoCastSelf(SPELL_THUNDERCRASH);
me->GetThreatMgr().ResetAllThreat();
events.ScheduleEvent(EVENT_THUNDERCRASH, 21s);
break;
default: