Преглед изворни кода

1.修改称号协议一次发送数据长度 2.处理百战成神排行榜返回过多冗余数据问题

gitxsm пре 9 часа
родитељ
комит
67505854c7

+ 0 - 1
script/module/baiZhanChengShen/BaiZhanChengShenDB.lua

@@ -377,7 +377,6 @@ function BuildRankInfoEntry(pinfo, rank)
         power = BaiZhanChengShenDefine.CalcPlayerPower(si),
         score = pinfo.score or BaiZhanChengShenDefine.BZCS_INIT_SCORE,
         isRobot = pinfo.isRobot,
-        showInfo = pinfo.showInfo,
     }
 end
 

+ 1 - 1
script/module/role/Proto.lua

@@ -177,7 +177,7 @@ GC_ROLE_COMBATHERO_QUERY = {
 }
 
 GC_CHENGHAO_QUERY = {
-	{"list",	100,	ChenghaoNet},
+	{"list",	110,	ChenghaoNet},
 	{"id",	1,	"short"},--佩戴称号id
 }