mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core: Generic cleanup (tab2spaces/whitespace removal)
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user