[c12617] Change a default config setting to more fitting

This commit is contained in:
Schmoozerd 2013-05-31 12:14:38 +01:00 committed by Antz
parent dc3de04d62
commit e0290b165a
8 changed files with 45 additions and 4 deletions

View file

@ -213,6 +213,7 @@ DungeonPersistentState::DungeonPersistentState(uint16 MapId, uint32 InstanceId,
DungeonPersistentState::~DungeonPersistentState()
{
DEBUG_LOG("Unloading DungeonPersistantState of map %u instance %u", GetMapId(), GetInstanceId());
while (!m_playerList.empty())
{
Player* player = *(m_playerList.begin());