aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2020-04-05 15:39:09 +0200
committerjackpoz <giacomopoz@gmail.com>2020-04-05 19:11:01 +0200
commitcb41c8828fe450e78fad0300fe0cb154d57cae9f (patch)
treee8ed2fec8368cc9b2415a3eca909c3265363ed59 /src/server/scripts/Spells
parent5f29577f63da506d8099c9a09b1565e4f5d9eeaf (diff)
Core/Misc: Replace tabs with spaces
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_warlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_warlock.cpp b/src/server/scripts/Spells/spell_warlock.cpp
index be79028ccef..72232ed521c 100644
--- a/src/server/scripts/Spells/spell_warlock.cpp
+++ b/src/server/scripts/Spells/spell_warlock.cpp
@@ -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();
}