Update MapScripts.cpp

This commit is contained in:
Aokromes
2017-02-17 10:10:55 +01:00
committed by GitHub
parent c63f3788d9
commit da3e38d5ff

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())