Update MapScripts.cpp

This commit is contained in:
Aokromes
2017-02-17 10:10:55 +01:00
committed by Aokromes
parent 3f90d7d539
commit 0b31236470

View File

@@ -873,7 +873,7 @@ void Map::ScriptsProcess()
break;
case SCRIPT_COMMAND_MOVEMENT:
// Source must be Creature.
// Source must be Creature.
if (Creature* cSource = _GetScriptCreature(source, true, step.script))
{
if (!cSource->IsAlive())