mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Scripts/HallsOfLightning: Fix Volkhan spamming in chat when wiping at 10% health
Ref #23082
This commit is contained in:
@@ -286,6 +286,10 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
// All the events below happen during the PHASE_NORMAL phase and shouldn't be executed before that
|
||||
if (!events.IsInPhase(PHASE_NORMAL))
|
||||
return;
|
||||
|
||||
// Health check
|
||||
if (!m_bCanShatterGolem && me->HealthBelowPct(100 - 20 * m_uiHealthAmountModifier))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user