mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 01:37:03 +00:00
[c12617] Change a default config setting to more fitting
This commit is contained in:
parent
dc3de04d62
commit
e0290b165a
8 changed files with 45 additions and 4 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue