Explorar el Código

修改精英召唤活动未开启的提示

gitxsm hace 1 mes
padre
commit
99b61afb83
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2 0
      script/common/Lang.lua
  2. 1 1
      script/module/drawCard/DrawCardLogic.lua

+ 2 - 0
script/common/Lang.lua

@@ -539,6 +539,8 @@ ABS_ARBORDAY_MAYI_DESC_4 = [[活动期间每进行一竞技场挑战可获得1
 ABS_ZHANBU_LUNPAN_ERR = [[占卜轮盘奖励已全部获取,无法再获取了]]
 ABS_SURPRISE_CHEST_GET_SUCESS = [[领取成功]]
 
+ABS_JYZH_NOT_OPEN = [[服务器≥5天且每周五维护后开启]]
+
 SKIN_CONF_ERR = [[配置错误]]
 SKIN_PARAM_ERR = [[参数错误]]
 

+ 1 - 1
script/module/drawCard/DrawCardLogic.lua

@@ -625,7 +625,7 @@ local function draw(human, id, op, actConfig, skip,isAct)
     local state, endTime, starTime = AbsActLogic.isStarted(human, NewHeroLogic.ABS_ACT_ID)
 
     if id == DRAWCARD_ID8 and not state then
-        return Broadcast.sendErr(human, Lang.DRILL_NOT_OPEN)
+        return Broadcast.sendErr(human, Lang.ABS_JYZH_NOT_OPEN)
     end