diff options
| author | Meji <alvaro.megias@outlook.com> | 2025-09-22 21:56:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-22 21:56:04 +0200 |
| commit | 1085b3f43321e58f151c1543a70b3558c26ed8e5 (patch) | |
| tree | 621f525f17904bd95a0018eca9310c0c63aaf897 /src/server/scripts/Argus | |
| parent | df02bec2a1871267548494bc473711a0f9de9b43 (diff) | |
Core/AreaTriggers: Implement AreaTriggerActionSetFlag::DontRunOnLeaveWhenExpiring (#31276)
Diffstat (limited to 'src/server/scripts/Argus')
| -rw-r--r-- | src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
