diff options
| author | jackpoz <giacomopoz@gmail.com> | 2020-04-05 15:39:09 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2020-04-05 19:11:01 +0200 |
| commit | cb41c8828fe450e78fad0300fe0cb154d57cae9f (patch) | |
| tree | e8ed2fec8368cc9b2415a3eca909c3265363ed59 /src/server/scripts/Spells | |
| parent | 5f29577f63da506d8099c9a09b1565e4f5d9eeaf (diff) | |
Core/Misc: Replace tabs with spaces
Diffstat (limited to 'src/server/scripts/Spells')
| -rw-r--r-- | src/server/scripts/Spells/spell_warlock.cpp | 2 |
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(); } |
