mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(Scripts/Stratholme): Cancel Baron's Ultimatum event after Baron dies (#10242)
This commit is contained in:
@@ -160,6 +160,10 @@ public:
|
||||
SaveToDB();
|
||||
}
|
||||
break;
|
||||
case NPC_BARON_RIVENDARE:
|
||||
events.CancelEvent(EVENT_BARON_TIME);
|
||||
DoRemoveAurasDueToSpellOnPlayers(SPELL_BARON_ULTIMATUM);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user