diff options
| author | megamage <none@none> | 2008-12-24 09:58:26 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-24 09:58:26 -0600 |
| commit | 3cb4e7c716b11f357b3265257c51e7b6cc5c36f9 (patch) | |
| tree | ed8ffaba5cf5c5149c413935b76de800198b7903 /src/game/QuestHandler.cpp | |
| parent | c81299e6536e249ca05eebf100f3f350522da7da (diff) | |
*Update to Mangos 6938. (Only build for VC9)
--HG--
branch : trunk
Diffstat (limited to 'src/game/QuestHandler.cpp')
| -rw-r--r-- | src/game/QuestHandler.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/QuestHandler.cpp b/src/game/QuestHandler.cpp index abb285e6dbb..784a2affbc0 100644 --- a/src/game/QuestHandler.cpp +++ b/src/game/QuestHandler.cpp @@ -451,12 +451,6 @@ void WorldSession::HandleQuestPushToParty(WorldPacket& recvPacket) _player->SendPushToPartyResponse(pPlayer, QUEST_PARTY_MSG_SHARING_QUEST); - if( _player->GetDistance( pPlayer ) > 10 ) - { - _player->SendPushToPartyResponse( pPlayer, QUEST_PARTY_MSG_TOO_FAR ); - continue; - } - if( !pPlayer->SatisfyQuestStatus( pQuest, false ) ) { _player->SendPushToPartyResponse( pPlayer, QUEST_PARTY_MSG_HAVE_QUEST ); |
