fix(Core/Map): remove ABORT() to prevent crash (#7904)
This commit is contained in:
parent
b622f123c4
commit
db6635ab7b
1 changed files with 1 additions and 1 deletions
|
|
@ -2813,7 +2813,7 @@ Map::EnterState InstanceMap::CannotEnter(Player* player, bool loginCheck)
|
|||
{
|
||||
LOG_ERROR("maps", "InstanceMap::CanEnter - player %s (%s) already in map %d, %d, %d!",
|
||||
player->GetName().c_str(), player->GetGUID().ToString().c_str(), GetId(), GetInstanceId(), GetSpawnMode());
|
||||
ABORT();
|
||||
|
||||
return CANNOT_ENTER_ALREADY_IN_MAP;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue