Core: Fix whitespace / tabs

This commit is contained in:
Vincent-Michael
2014-04-21 16:57:32 +02:00
parent 0ab9f938ad
commit 3a26a570f7
4 changed files with 5 additions and 5 deletions

View File

@@ -1073,7 +1073,7 @@ public:
if (titleInfo)
{
std::string name = target->getGender() == GENDER_MALE ? titleInfo->nameMale : titleInfo->nameFemale;
if (name.empty())
continue;

View File

@@ -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);