Просмотр исходного кода

修改天命商店协议长度

gitxsm 9 месяцев назад
Родитель
Сommit
2f05b0f9e5
2 измененных файлов с 2 добавлено и 2 удалено
  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