mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 14:39:43 -04: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