Fixed abnormal status display.
This commit is contained in:
parent
03813a4c54
commit
7b933621f0
@ -45,7 +45,7 @@ public class AbnormalStatusUpdate extends ServerPacket
|
||||
{
|
||||
writeInt(info.getSkill().getDisplayId());
|
||||
writeShort(info.getSkill().getDisplayLevel());
|
||||
// writeShort(info.getSkill().getSubLevel());
|
||||
writeShort(info.getSkill().getSubLevel());
|
||||
writeInt(info.getSkill().getAbnormalType().getClientId());
|
||||
writeOptionalInt(info.getSkill().isAura() || info.getSkill().isToggle() ? -1 : info.getTime());
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ public class ExAbnormalStatusUpdateFromTarget extends ServerPacket
|
||||
{
|
||||
writeInt(info.getSkill().getDisplayId());
|
||||
writeShort(info.getSkill().getDisplayLevel());
|
||||
// writeShort(info.getSkill().getSubLevel());
|
||||
writeShort(info.getSkill().getSubLevel());
|
||||
writeShort(info.getSkill().getAbnormalType().getClientId());
|
||||
writeOptionalInt(info.getSkill().isAura() ? -1 : info.getTime());
|
||||
writeInt(info.getEffectorObjectId());
|
||||
|
Loading…
Reference in New Issue
Block a user