aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/Group.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Group.cpp b/src/game/Group.cpp
index cb5dac52a3e..6fe82400718 100644
--- a/src/game/Group.cpp
+++ b/src/game/Group.cpp
@@ -1499,9 +1499,6 @@ void Group::SetDungeonDifficulty(Difficulty difficulty)
continue;
player->SetDungeonDifficulty(difficulty);
player->SendDungeonDifficulty(true);
- // Send player to recall position is a dungeon (to avoid an exploit)
- if (sMapStore.LookupEntry(player->GetMap()->IsDungeon()))
- player->TeleportTo(player->m_recallMap, player->m_recallX, player->m_recallY, player->m_recallZ, player->m_recallO);
}
}