NpcInfoType VISUAL_STATE is written as an integer.
Thanks to MacuK.
This commit is contained in:
@@ -357,7 +357,7 @@ public class ExPetInfo extends AbstractMaskPacket<NpcInfoType>
|
|||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.VISUAL_STATE))
|
if (containsMask(NpcInfoType.VISUAL_STATE))
|
||||||
{
|
{
|
||||||
packet.writeC(_statusMask);
|
packet.writeD(_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.writeC(_statusMask);
|
packet.writeD(_statusMask);
|
||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.ABNORMALS))
|
if (containsMask(NpcInfoType.ABNORMALS))
|
||||||
{
|
{
|
||||||
|
@@ -358,7 +358,7 @@ public class SummonInfo extends AbstractMaskPacket<NpcInfoType>
|
|||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.VISUAL_STATE))
|
if (containsMask(NpcInfoType.VISUAL_STATE))
|
||||||
{
|
{
|
||||||
packet.writeC(_statusMask);
|
packet.writeD(_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.writeC(_statusMask);
|
packet.writeD(_statusMask);
|
||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.ABNORMALS))
|
if (containsMask(NpcInfoType.ABNORMALS))
|
||||||
{
|
{
|
||||||
|
@@ -358,7 +358,7 @@ public class SummonInfo extends AbstractMaskPacket<NpcInfoType>
|
|||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.VISUAL_STATE))
|
if (containsMask(NpcInfoType.VISUAL_STATE))
|
||||||
{
|
{
|
||||||
packet.writeC(_statusMask);
|
packet.writeD(_statusMask);
|
||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.ABNORMALS))
|
if (containsMask(NpcInfoType.ABNORMALS))
|
||||||
{
|
{
|
||||||
|
@@ -358,7 +358,7 @@ public class ExPetInfo extends AbstractMaskPacket<NpcInfoType>
|
|||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.VISUAL_STATE))
|
if (containsMask(NpcInfoType.VISUAL_STATE))
|
||||||
{
|
{
|
||||||
packet.writeC(_statusMask);
|
packet.writeD(_statusMask);
|
||||||
}
|
}
|
||||||
if (containsMask(NpcInfoType.ABNORMALS))
|
if (containsMask(NpcInfoType.ABNORMALS))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user