* Really revert commit fced5e40fa1e - don't ask me why, but hg is not being very co-operative.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2010-01-17 11:51:14 +01:00
parent 15025253c7
commit 704e0e3361

View File

@@ -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);
}
}