Core/Game: Code style.

Signed-off-by: Gyx <2359980687@qq.com>
This commit is contained in:
Gyx
2012-03-29 13:42:04 +08:00
parent b5fb1b5b64
commit 360014856d
44 changed files with 162 additions and 139 deletions

View File

@@ -566,7 +566,7 @@ void Map::ScriptsProcess()
step.script->GetDebugInfo().c_str(), target->GetTypeId(), target->GetEntry(), target->GetGUIDLow());
break;
}
worldObject = dynamic_cast<WorldObject*>(target);
worldObject = dynamic_cast<WorldObject*>(target);
}
else
{