mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Uncomment the assert that I commented some revs ago on InstanceMap::CanEnter()
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user