NPC related packet VISUAL_STATE is a byte value.
Thanks to aviengier.
This commit is contained in:
parent
9df6225acb
commit
4e68809b45
@ -355,7 +355,7 @@ public class ExPetInfo extends AbstractMaskPacket<NpcInfoType>
|
|||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.VISUAL_STATE))
|
if (containsMask(NpcInfoType.VISUAL_STATE))
|
||||||
{
|
{
|
||||||
packet.writeD(_statusMask);
|
packet.writeC(_statusMask);
|
||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.ABNORMALS))
|
if (containsMask(NpcInfoType.ABNORMALS))
|
||||||
{
|
{
|
||||||
|
@ -431,7 +431,7 @@ public class NpcInfo extends AbstractMaskPacket<NpcInfoType>
|
|||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.VISUAL_STATE))
|
if (containsMask(NpcInfoType.VISUAL_STATE))
|
||||||
{
|
{
|
||||||
packet.writeD(_statusMask);
|
packet.writeC(_statusMask);
|
||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.ABNORMALS))
|
if (containsMask(NpcInfoType.ABNORMALS))
|
||||||
{
|
{
|
||||||
|
@ -356,7 +356,7 @@ public class SummonInfo extends AbstractMaskPacket<NpcInfoType>
|
|||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.VISUAL_STATE))
|
if (containsMask(NpcInfoType.VISUAL_STATE))
|
||||||
{
|
{
|
||||||
packet.writeD(_statusMask);
|
packet.writeC(_statusMask);
|
||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.ABNORMALS))
|
if (containsMask(NpcInfoType.ABNORMALS))
|
||||||
{
|
{
|
||||||
|
@ -431,7 +431,7 @@ public class NpcInfo extends AbstractMaskPacket<NpcInfoType>
|
|||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.VISUAL_STATE))
|
if (containsMask(NpcInfoType.VISUAL_STATE))
|
||||||
{
|
{
|
||||||
packet.writeD(_statusMask);
|
packet.writeC(_statusMask);
|
||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.ABNORMALS))
|
if (containsMask(NpcInfoType.ABNORMALS))
|
||||||
{
|
{
|
||||||
|
@ -356,7 +356,7 @@ public class SummonInfo extends AbstractMaskPacket<NpcInfoType>
|
|||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.VISUAL_STATE))
|
if (containsMask(NpcInfoType.VISUAL_STATE))
|
||||||
{
|
{
|
||||||
packet.writeD(_statusMask);
|
packet.writeC(_statusMask);
|
||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.ABNORMALS))
|
if (containsMask(NpcInfoType.ABNORMALS))
|
||||||
{
|
{
|
||||||
|
@ -356,7 +356,7 @@ public class ExPetInfo extends AbstractMaskPacket<NpcInfoType>
|
|||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.VISUAL_STATE))
|
if (containsMask(NpcInfoType.VISUAL_STATE))
|
||||||
{
|
{
|
||||||
packet.writeD(_statusMask);
|
packet.writeC(_statusMask);
|
||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.ABNORMALS))
|
if (containsMask(NpcInfoType.ABNORMALS))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user