mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Replace tabs with spaces
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user