From 1085b3f43321e58f151c1543a70b3558c26ed8e5 Mon Sep 17 00:00:00 2001 From: Meji Date: Mon, 22 Sep 2025 21:56:04 +0200 Subject: Core/AreaTriggers: Implement AreaTriggerActionSetFlag::DontRunOnLeaveWhenExpiring (#31276) --- .../scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Argus') diff --git a/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp b/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp index 9e574dbdeeb..65e07c5a476 100644 --- a/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp +++ b/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp @@ -501,7 +501,7 @@ struct at_garothi_annihilation : AreaTriggerAI annihilation->RemoveAurasDueToSpell(SPELL_ANNIHILATION_WARNING); } - void OnUnitExit(Unit* unit) override + void OnUnitExit(Unit* unit, AreaTriggerExitReason /*reason*/) override { if (!unit->IsPlayer()) return; -- cgit v1.2.3