mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-12 23:13:42 +00:00
converted all tabs to 4 spaces
This commit is contained in:
@@ -619,7 +619,7 @@ void SpellScript::FinishCast(SpellCastResult result)
|
||||
|
||||
void SpellScript::Cancel()
|
||||
{
|
||||
m_spell->cancel();
|
||||
m_spell->cancel();
|
||||
}
|
||||
|
||||
void SpellScript::SetCustomCastResultMessage(SpellCustomErrors result)
|
||||
@@ -642,7 +642,7 @@ bool AuraScript::_Validate(SpellInfo const* entry)
|
||||
{
|
||||
for (std::list<CheckAreaTargetHandler>::iterator itr = DoCheckAreaTarget.begin(); itr != DoCheckAreaTarget.end(); ++itr)
|
||||
if (!entry->HasAreaAuraEffect() && !entry->HasEffect(SPELL_EFFECT_PERSISTENT_AREA_AURA))
|
||||
sLog->outError("TSCR: Spell `%u` of script `%s` does not have area aura effect - handler bound to hook `DoCheckAreaTarget` of AuraScript won't be executed", entry->Id, m_scriptName->c_str());
|
||||
sLog->outError("TSCR: Spell `%u` of script `%s` does not have area aura effect - handler bound to hook `DoCheckAreaTarget` of AuraScript won't be executed", entry->Id, m_scriptName->c_str());
|
||||
|
||||
for (std::list<AuraDispelHandler>::iterator itr = OnDispel.begin(); itr != OnDispel.end(); ++itr)
|
||||
if (!entry->HasEffect(SPELL_EFFECT_APPLY_AURA) && !entry->HasAreaAuraEffect())
|
||||
|
||||
Reference in New Issue
Block a user