mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +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();
|
SaveToDB();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case NPC_BARON_RIVENDARE:
|
||||||
|
events.CancelEvent(EVENT_BARON_TIME);
|
||||||
|
DoRemoveAurasDueToSpellOnPlayers(SPELL_BARON_ULTIMATUM);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user