fix(Scripts/Stratholme): Cancel Baron's Ultimatum event after Baron dies (#10242)

This commit is contained in:
Nefertumm
2022-01-20 18:50:29 -03:00
committed by GitHub
parent b24fd81734
commit cc1fc27ae5

View File

@@ -160,6 +160,10 @@ public:
SaveToDB();
}
break;
case NPC_BARON_RIVENDARE:
events.CancelEvent(EVENT_BARON_TIME);
DoRemoveAurasDueToSpellOnPlayers(SPELL_BARON_ULTIMATUM);
break;
}
}