Core/Misc: Replace tabs with spaces

This commit is contained in:
jackpoz
2020-04-05 15:39:09 +02:00
parent 5f29577f63
commit cb41c8828f
2 changed files with 2 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ public:
go->SummonCreature(NPC_BARBED_CRUSTACEAN, SpawnsLocation[2], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 300000);
go->SummonCreature(NPC_BARBED_CRUSTACEAN, SpawnsLocation[5], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 300000);
go->SummonCreature(NPC_BARBED_CRUSTACEAN, SpawnsLocation[7], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 300000);
}
}
break;
}
break;

View File

@@ -159,7 +159,7 @@ class spell_warl_banish : public SpellScriptLoader
if (Unit* target = GetHitUnit())
{
// Casting Banish on a banished target will remove applied aura
// Casting Banish on a banished target will remove applied aura
if (Aura * banishAura = target->GetAura(GetSpellInfo()->Id, GetCaster()->GetGUID()))
banishAura->Remove();
}