Tab2spaces previous commit :S

This commit is contained in:
Spp
2011-09-16 21:56:29 +02:00
parent d0f9406a10
commit bf38cd8f3e

View File

@@ -213,8 +213,8 @@ bool MapManager::CanPlayerEnter(uint32 mapid, Player* player, bool loginCheck)
return false;
}
sLog->outDebug(LOG_FILTER_MAPS, "MAP: Player '%s' has corpse in instance '%s' and can enter.", player->GetName(), mapName);
player->ResurrectPlayer(0.5f, false);
player->SpawnCorpseBones();
player->ResurrectPlayer(0.5f, false);
player->SpawnCorpseBones();
}
else
sLog->outDebug(LOG_FILTER_MAPS, "Map::CanPlayerEnter - player '%s' is dead but does not have a corpse!", player->GetName());