mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(Core/Scripts): Rajaxx should drop aggro after Thundercrash (#12900)
Co-authored-by: greyminder@outlook.com <greyminder@outlook.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user