From 3a26a570f786b10e2a6e7a72c4eaccd28da52f7e Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Mon, 21 Apr 2014 16:57:32 +0200 Subject: Core: Fix whitespace / tabs --- src/server/scripts/Commands/cs_lookup.cpp | 2 +- src/server/scripts/Spells/spell_shaman.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Commands/cs_lookup.cpp b/src/server/scripts/Commands/cs_lookup.cpp index 1445eff4e7a..1c46ad628ec 100644 --- a/src/server/scripts/Commands/cs_lookup.cpp +++ b/src/server/scripts/Commands/cs_lookup.cpp @@ -1073,7 +1073,7 @@ public: if (titleInfo) { std::string name = target->getGender() == GENDER_MALE ? titleInfo->nameMale : titleInfo->nameFemale; - + if (name.empty()) continue; 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); -- cgit v1.2.3