From 89fae5d172f2ae2776b27a2ac3bf8a8d22082ed9 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sat, 18 Oct 2014 00:37:24 +0200 Subject: Core: Fix merge fail --- src/server/game/DungeonFinding/LFGMgr.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/server/game/DungeonFinding/LFGMgr.cpp b/src/server/game/DungeonFinding/LFGMgr.cpp index b4e15116e70..3946d7b543f 100644 --- a/src/server/game/DungeonFinding/LFGMgr.cpp +++ b/src/server/game/DungeonFinding/LFGMgr.cpp @@ -1796,12 +1796,6 @@ void LFGMgr::SendLfgUpdateStatus(ObjectGuid guid, LfgUpdateData const& data, boo player->GetSession()->SendLfgUpdateStatus(data, party); } -void LFGMgr::SendLfgUpdateParty(ObjectGuid guid, LfgUpdateData const& data) -{ - if (Player* player = ObjectAccessor::FindConnectedPlayer(guid)) - player->GetSession()->SendLfgUpdateParty(data); -} - void LFGMgr::SendLfgJoinResult(ObjectGuid guid, LfgJoinResultData const& data) { if (Player* player = ObjectAccessor::FindConnectedPlayer(guid)) -- cgit v1.2.3