Henna packet corrections.
This commit is contained in:
@@ -63,6 +63,7 @@ public class HennaEquipList implements IClientOutgoingPacket
|
||||
packet.writeQ(henna.getWearCount()); // amount of dyes required
|
||||
packet.writeQ(henna.getWearFee()); // amount of Adena required
|
||||
packet.writeD(henna.isAllowedClass(_player.getClassId()) ? 0x01 : 0x00); // meet the requirement or not
|
||||
// packet.writeD(0x00); // Does not exist in Classic.
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
@@ -50,7 +50,7 @@ public class HennaRemoveList implements IClientOutgoingPacket
|
||||
packet.writeD(henna.getDyeItemId());
|
||||
packet.writeQ(henna.getCancelCount());
|
||||
packet.writeQ(henna.getCancelFee());
|
||||
packet.writeD(henna.isAllowedClass(_player.getClassId()) ? 0x01 : 0x00);
|
||||
packet.writeD(0x00);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user