Proper fix for RequestPledgeRecruitBoardSearch packet.
This commit is contained in:
@ -73,8 +73,5 @@ public class RequestPledgeRecruitBoardSearch implements IClientIncomingPacket
|
||||
{
|
||||
activeChar.sendPacket(new ExPledgeRecruitBoardSearch(ClanEntryManager.getInstance().getSortedClanListByName(_query.toLowerCase(), _type), _page));
|
||||
}
|
||||
|
||||
// tempfix for clan entry hiding clan crest
|
||||
activeChar.sendInfo(activeChar);
|
||||
}
|
||||
}
|
||||
|
@ -64,8 +64,8 @@ public class ExPledgeRecruitBoardSearch implements IClientOutgoingPacket
|
||||
for (int i = _startIndex; i < _endIndex; i++)
|
||||
{
|
||||
final L2Clan clan = _clanList.get(i).getClan();
|
||||
packet.writeD(clan.getAllyCrestId());
|
||||
packet.writeD(clan.getCrestId());
|
||||
packet.writeD(clan.getRank());
|
||||
packet.writeD(clan.getReputationScore());
|
||||
packet.writeS(clan.getName());
|
||||
packet.writeS(clan.getLeaderName());
|
||||
packet.writeD(clan.getLevel());
|
||||
|
Reference in New Issue
Block a user