mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core: Fix whitespace / tabs
This commit is contained in:
@@ -1073,7 +1073,7 @@ public:
|
||||
if (titleInfo)
|
||||
{
|
||||
std::string name = target->getGender() == GENDER_MALE ? titleInfo->nameMale : titleInfo->nameFemale;
|
||||
|
||||
|
||||
if (name.empty())
|
||||
continue;
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user