mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core: Continued cleanup
If and for whitespaces.
This commit is contained in:
@@ -513,7 +513,7 @@ void Map::ScriptsProcess()
|
||||
break;
|
||||
|
||||
case SCRIPT_COMMAND_TELEPORT_TO:
|
||||
if (step.script->TeleportTo.Flags & SF_TELEPORT_USE_CREATURE)
|
||||
if (step.script->TeleportTo.Flags & SF_TELEPORT_USE_CREATURE)
|
||||
{
|
||||
// Source or target must be Creature.
|
||||
if (Creature *cSource = _GetScriptCreatureSourceOrTarget(source, target, step.script, true))
|
||||
|
||||
Reference in New Issue
Block a user