diff options
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index e1b24794cac..e9a7a0f73ed 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -16039,7 +16039,10 @@ void Player::ResetInstances(uint8 method) Map *map = MapManager::Instance().FindMap(p->GetMapId(), p->GetInstanceId()); if(map && map->IsDungeon()) if(!((InstanceMap*)map)->Reset(method)) + { + ++itr; continue; + } // since this is a solo instance there should not be any players inside if(method == INSTANCE_RESET_ALL || method == INSTANCE_RESET_CHANGE_DIFFICULTY) |