fix(scripts/SWP): remove whitespaces to fix codestyle check (#21609)
This commit is contained in:
parent
cb0e66e8c4
commit
9fcd9b3684
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue