Added latest commits for todays sync.
This commit is contained in:
@@ -61,7 +61,7 @@ public class ExQuestNpcLogList extends L2GameServerPacket
|
||||
writeC(_npcLogList.size());
|
||||
for (NpcLogListHolder holder : _npcLogList)
|
||||
{
|
||||
writeD((holder.getId()));
|
||||
writeD(holder.getId());
|
||||
writeC(holder.isNpcString() ? 0x01 : 0x00);
|
||||
writeD(holder.getCount());
|
||||
}
|
||||
|
@@ -324,7 +324,7 @@ public class UserInfo extends AbstractMaskPacket<UserInfoType>
|
||||
writeC(_activeChar.getInventory().getTalismanSlots()); // Confirmed
|
||||
writeC(_activeChar.getInventory().getBroochJewelSlots()); // Confirmed
|
||||
writeC(_activeChar.getTeam().getId()); // Confirmed
|
||||
writeC(0x00); // Red dotted ring on the floor
|
||||
writeC(0x00); // (1 = Red, 2 = White, 3 = White Pink) dotted ring on the floor
|
||||
writeC(0x00);
|
||||
writeC(0x00);
|
||||
writeC(0x00);
|
||||
|
Reference in New Issue
Block a user