aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-04-21 16:57:32 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-04-21 16:57:32 +0200
commit3a26a570f786b10e2a6e7a72c4eaccd28da52f7e (patch)
treee81f1d95332d08f30a0feda7b9bd55618c7167ba /src/server/scripts/Spells
parent0ab9f938adefd1c9024d9cf06d875e3f31ba7815 (diff)
Core: Fix whitespace / tabs
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_shaman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp
index 3dbda3489f9..875beb4c8d8 100644
--- a/src/server/scripts/Spells/spell_shaman.cpp
+++ b/src/server/scripts/Spells/spell_shaman.cpp
@@ -141,7 +141,7 @@ class spell_sha_ancestral_awakening_proc : public SpellScriptLoader
targets.clear();
targets.push_back(target);
}
-
+
void HandleDummy(SpellEffIndex /*effIndex*/)
{
GetCaster()->CastCustomSpell(SPELL_SHAMAN_ANCESTRAL_AWAKENING_PROC, SPELLVALUE_BASE_POINT0, GetEffectValue(), GetHitUnit(), true);