Proper name for ranking mask.
This commit is contained in:
@@ -51,7 +51,7 @@ public enum UserInfoType implements IUpdateTypeComponent
|
||||
|
||||
ATT_SPIRITS(0x17, 26),
|
||||
|
||||
UNKNOWN_196(0x18, 6);
|
||||
RANKING(0x18, 6);
|
||||
|
||||
/** Int mask. */
|
||||
private final int _mask;
|
||||
|
@@ -408,10 +408,10 @@ public class UserInfo extends AbstractMaskPacket<UserInfoType>
|
||||
packet.writeD(0x00);
|
||||
}
|
||||
|
||||
if (containsMask(UserInfoType.UNKNOWN_196)) // 196
|
||||
if (containsMask(UserInfoType.RANKING)) // 196
|
||||
{
|
||||
packet.writeH(6); // 196
|
||||
packet.writeD(0x00); // 196
|
||||
packet.writeH(6);
|
||||
packet.writeD(0x00);
|
||||
}
|
||||
|
||||
if (isProtocol235)
|
||||
|
@@ -51,7 +51,7 @@ public enum UserInfoType implements IUpdateTypeComponent
|
||||
|
||||
ATT_SPIRITS(0x17, 26),
|
||||
|
||||
UNKNOWN_196(0x18, 6);
|
||||
RANKING(0x18, 6);
|
||||
|
||||
/** Int mask. */
|
||||
private final int _mask;
|
||||
|
@@ -421,10 +421,10 @@ public class UserInfo extends AbstractMaskPacket<UserInfoType>
|
||||
packet.writeD(_player.getActiveElementalSpiritType());
|
||||
}
|
||||
|
||||
if (containsMask(UserInfoType.UNKNOWN_196)) // 196
|
||||
if (containsMask(UserInfoType.RANKING)) // 196
|
||||
{
|
||||
packet.writeH(6); // 196
|
||||
packet.writeD(0x00); // 196
|
||||
packet.writeH(6);
|
||||
packet.writeD(0x00);
|
||||
}
|
||||
|
||||
if (isProtocol235)
|
||||
|
Reference in New Issue
Block a user