From 704e0e3361607fcf832fdd8f7d32e9edfe91ed8a Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Sun, 17 Jan 2010 11:51:14 +0100 Subject: [PATCH] * Really revert commit fced5e40fa1e - don't ask me why, but hg is not being very co-operative. --HG-- branch : trunk --- src/game/Group.cpp | 3 --- 1 file changed, 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); } }