Skip to content

0x2311 FRAMEWORKMSG_SHARD_UPDATE

DummkopfOfHachtenduden edited this page Sep 3, 2021 · 1 revision
2   ushort  shardID
1   byte    updateType  //ShardUpdateType
if(updateType == ShardUpdateType.Name)
{
    2   ushort  Name.Length
    *   string  Name
}
else if(updateType == ShardUpdateType.MaxUser)
{
    2   ushort  MaxUser
}

ShardUpdateType

Clone this wiki locally