fix(Scripts/Stratholme): Cancel Baron's Ultimatum event after Baron dies (#10242)
This commit is contained in:
parent
b24fd81734
commit
cc1fc27ae5
1 changed files with 4 additions and 0 deletions
|
|
@ -160,6 +160,10 @@ public:
|
|||
SaveToDB();
|
||||
}
|
||||
break;
|
||||
case NPC_BARON_RIVENDARE:
|
||||
events.CancelEvent(EVENT_BARON_TIME);
|
||||
DoRemoveAurasDueToSpellOnPlayers(SPELL_BARON_ULTIMATUM);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue