diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-18 00:37:24 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-10-18 00:37:24 +0200 |
commit | 89fae5d172f2ae2776b27a2ac3bf8a8d22082ed9 (patch) | |
tree | 43bd00e003b3b12142194ae2601320fed45fdd80 /src | |
parent | 35bd9357799b55fef314618a674aa73957765c8e (diff) |
Core: Fix merge fail
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/DungeonFinding/LFGMgr.cpp | 6 |
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)) |