Party buff info packet fix.
Contributed by proGenitor.
This commit is contained in:
parent
abdc1239b1
commit
41d33962f0
@ -60,7 +60,6 @@ public class PartySpelled implements IClientOutgoingPacket
|
|||||||
{
|
{
|
||||||
packet.writeD(info.getSkill().getDisplayId());
|
packet.writeD(info.getSkill().getDisplayId());
|
||||||
packet.writeH(info.getSkill().getDisplayLevel());
|
packet.writeH(info.getSkill().getDisplayLevel());
|
||||||
packet.writeH(0x00); // Sub level
|
|
||||||
packet.writeD(info.getSkill().getAbnormalType().getClientId());
|
packet.writeD(info.getSkill().getAbnormalType().getClientId());
|
||||||
writeOptionalD(packet, info.getTime());
|
writeOptionalD(packet, info.getTime());
|
||||||
}
|
}
|
||||||
@ -71,7 +70,6 @@ public class PartySpelled implements IClientOutgoingPacket
|
|||||||
{
|
{
|
||||||
packet.writeD(skill.getDisplayId());
|
packet.writeD(skill.getDisplayId());
|
||||||
packet.writeH(skill.getDisplayLevel());
|
packet.writeH(skill.getDisplayLevel());
|
||||||
packet.writeH(0x00); // Sub level
|
|
||||||
packet.writeD(skill.getAbnormalType().getClientId());
|
packet.writeD(skill.getAbnormalType().getClientId());
|
||||||
packet.writeH(-1);
|
packet.writeH(-1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user