NPC related packet VISUAL_STATE is a byte value.

Thanks to aviengier.
This commit is contained in:
MobiusDevelopment 2022-01-12 23:54:05 +00:00
parent 9df6225acb
commit 4e68809b45
6 changed files with 6 additions and 6 deletions

View File

@ -355,7 +355,7 @@ public class ExPetInfo extends AbstractMaskPacket<NpcInfoType>
}
if (containsMask(NpcInfoType.VISUAL_STATE))
{
packet.writeD(_statusMask);
packet.writeC(_statusMask);
}
if (containsMask(NpcInfoType.ABNORMALS))
{

View File

@ -431,7 +431,7 @@ public class NpcInfo extends AbstractMaskPacket<NpcInfoType>
}
if (containsMask(NpcInfoType.VISUAL_STATE))
{
packet.writeD(_statusMask);
packet.writeC(_statusMask);
}
if (containsMask(NpcInfoType.ABNORMALS))
{

View File

@ -356,7 +356,7 @@ public class SummonInfo extends AbstractMaskPacket<NpcInfoType>
}
if (containsMask(NpcInfoType.VISUAL_STATE))
{
packet.writeD(_statusMask);
packet.writeC(_statusMask);
}
if (containsMask(NpcInfoType.ABNORMALS))
{

View File

@ -431,7 +431,7 @@ public class NpcInfo extends AbstractMaskPacket<NpcInfoType>
}
if (containsMask(NpcInfoType.VISUAL_STATE))
{
packet.writeD(_statusMask);
packet.writeC(_statusMask);
}
if (containsMask(NpcInfoType.ABNORMALS))
{

View File

@ -356,7 +356,7 @@ public class SummonInfo extends AbstractMaskPacket<NpcInfoType>
}
if (containsMask(NpcInfoType.VISUAL_STATE))
{
packet.writeD(_statusMask);
packet.writeC(_statusMask);
}
if (containsMask(NpcInfoType.ABNORMALS))
{

View File

@ -356,7 +356,7 @@ public class ExPetInfo extends AbstractMaskPacket<NpcInfoType>
}
if (containsMask(NpcInfoType.VISUAL_STATE))
{
packet.writeD(_statusMask);
packet.writeC(_statusMask);
}
if (containsMask(NpcInfoType.ABNORMALS))
{