* re-add missed part of commit from rev 6418

* Original patch by Machiavelli

--HG--
branch : trunk
This commit is contained in:
Brian
2009-12-30 14:52:53 -07:00
parent 70a6ff4e30
commit 269ec72bd5

View File

@@ -1500,8 +1500,6 @@ void Group::SetDungeonDifficulty(Difficulty difficulty)
player->SetDungeonDifficulty(difficulty);
player->SendDungeonDifficulty(true);
//send player to recall positio nis 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);
}
}