完善了协议描述

This commit is contained in:
huangxiaolei
2022-12-01 17:45:49 +08:00
parent 4d14df0b9e
commit c2e7766f95
4 changed files with 201 additions and 157 deletions

View File

@@ -69,7 +69,7 @@ func (g *GameManager) OnLoginOk(userId uint32, player *model.Player, clientSeq u
// PacketStoreWeightLimitNotify
storeWeightLimitNotify := new(proto.StoreWeightLimitNotify)
storeWeightLimitNotify.StoreType = proto.StoreType_STORE_TYPE_PACK
// TODO 原神背包容量限制 写到配置文件
// 背包容量限制
storeWeightLimitNotify.WeightLimit = 30000
storeWeightLimitNotify.WeaponCountLimit = 2000
storeWeightLimitNotify.ReliquaryCountLimit = 1500