Uncomment the assert that I commented some revs ago on InstanceMap::CanEnter()

--HG--
branch : trunk
This commit is contained in:
Tartalo
2010-07-09 13:23:22 +02:00
parent a95bafefda
commit 9182ab6ead

View File

@@ -2369,7 +2369,7 @@ bool InstanceMap::CanEnter(Player *player)
if (player->GetMapRef().getTarget() == this)
{
sLog.outError("InstanceMap::CanEnter - player %s(%u) already in map %d,%d,%d!", player->GetName(), player->GetGUIDLow(), GetId(), GetInstanceId(), GetSpawnMode());
//assert(false);
assert(false);
return false;
}