Parcourir la source

修改天命商店协议长度

gitxsm il y a 9 mois
Parent
commit
2f05b0f9e5
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      script/module/xianzhi/Proto.lua
  2. 1 1
      script/module/xianzhi/XianzhiLogic.lua

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

@@ -68,7 +68,7 @@ XianZhiProduction= {
 }
 
 GC_XIANZHI_SHOP_QUERY={
-	{"production",     50,          XianZhiProduction},
+	{"production",     100,          XianZhiProduction},
 	{"currency",       2,           ItemData},
 }
 

+ 1 - 1
script/module/xianzhi/XianzhiLogic.lua

@@ -425,7 +425,7 @@ function shopQuery(human)
 	local msgRet = Msg.gc.GC_XIANZHI_SHOP_QUERY
 	
 	--配置错误需要通知策划 或者分段传输
-	local maxLength = 50
+	local maxLength = 100
 	if maxLength < #xianzhiShopCfg then 
 		Broadcast.sendErr(human, Lang.SKIN_CONF_ERR)
 		return