| 465 | } |
| 466 | |
| 467 | void sendTeamLooking(MapClientSession &sess) |
| 468 | { |
| 469 | std::vector<LFGMember> list = g_lfg_list; |
| 470 | |
| 471 | qCDebug(logLFG) << "Sending Team Looking to" << sess.m_ent->name(); |
| 472 | sess.addCommand<TeamLooking>(list); |
| 473 | } |
| 474 | |
| 475 | void sendTeamOffer(MapClientSession &src, MapClientSession &tgt) |
| 476 | { |
no test coverage detected