aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-10-18 00:37:24 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-10-18 00:37:24 +0200
commit89fae5d172f2ae2776b27a2ac3bf8a8d22082ed9 (patch)
tree43bd00e003b3b12142194ae2601320fed45fdd80
parent35bd9357799b55fef314618a674aa73957765c8e (diff)
Core: Fix merge fail
-rw-r--r--src/server/game/DungeonFinding/LFGMgr.cpp6
1 files changed, 0 insertions, 6 deletions
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))