Updated AcquireSkillList to latest version.
This commit is contained in:
parent
bb3d291683
commit
78705c14cd
@ -57,7 +57,7 @@ public class AcquireSkillList implements IClientOutgoingPacket
|
||||
packet.writeH(skill.getSkillLevel());
|
||||
packet.writeQ(skill.getLevelUpSp());
|
||||
packet.writeC(skill.getGetLevel());
|
||||
packet.writeC(0x00);
|
||||
packet.writeH(0x00); // Salvation: Changed from byte to short.
|
||||
if (skill.getRequiredItems().size() > 0)
|
||||
{
|
||||
for (ItemHolder item : skill.getRequiredItems())
|
||||
|
Loading…
Reference in New Issue
Block a user