Removed forgotten sub level write from previous commit.
This commit is contained in:
@ -71,7 +71,6 @@ public class AbnormalStatusUpdate 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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user