From 9fcd9b3684021331f8a293a345eb2bca330839d1 Mon Sep 17 00:00:00 2001 From: sudlud Date: Tue, 25 Feb 2025 20:20:39 +0100 Subject: [PATCH] fix(scripts/SWP): remove whitespaces to fix codestyle check (#21609) --- .../EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp index e33aadb6e..4bf78c4ab 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp @@ -84,7 +84,7 @@ struct boss_sacrolash : public BossAI _isSisterDead = false; BossAI::Reset(); me->SetLootMode(0); - + if (Creature* alythess = instance->GetCreature(DATA_ALYTHESS)) if (!alythess->IsAlive()) alythess->Respawn(true); @@ -184,7 +184,7 @@ struct boss_alythess : public BossAI _isSisterDead = false; BossAI::Reset(); me->SetLootMode(0); - + if (Creature* sacrolash = instance->GetCreature(DATA_SACROLASH)) if (!sacrolash->IsAlive()) sacrolash->Respawn(true);