Core: Generic cleanup (tab2spaces/whitespace removal)

--HG--
branch : trunk
This commit is contained in:
click
2010-09-25 22:03:57 +02:00
parent a596cae1d9
commit 461590832a
21 changed files with 43 additions and 43 deletions

View File

@@ -755,8 +755,8 @@ void Map::ScriptsProcess()
break;
}
bool triggered = (step.script->CastSpell.Flags != 4) ?
step.script->CastSpell.CreatureEntry & SF_CASTSPELL_TRIGGERED :
bool triggered = (step.script->CastSpell.Flags != 4) ?
step.script->CastSpell.CreatureEntry & SF_CASTSPELL_TRIGGERED :
step.script->CastSpell.CreatureEntry < 0;
uSource->CastSpell(uTarget, step.script->CastSpell.SpellID, triggered);
break;