Commit 1070d7cee2e892900d88445bb047c5058271841d

Authored by liuzujun
1 parent 804a7eaf

定向抽卡活动与ssr up活动统一开放关闭

src/actions/HeroAction.lua
... ... @@ -738,7 +738,7 @@ function _M.drawHeroRpc(agent, data)
738 738  
739 739 if btype == 1 then
740 740 -- 判断定向卡池活动开启
741   - if not role.activity:isOpen("RaceDraw") then
  741 + if not role.activity:isOpen("SsrUpPoolChange") then
742 742 return
743 743 end
744 744 end
... ...
1   -Subproject commit d2c3deaddd4952cd4b05306144cbcdfa09734cd3
  1 +Subproject commit e97f773db5d87e95086840cf48cd01b17ec8fc27
... ...
src/models/Activity.lua
... ... @@ -18,7 +18,7 @@ Activity.ActivityType = {
18 18 DrawHero = 12, --抽卡周 招募
19 19 AdvDraw = 13, --拾荒抽周 资助
20 20 OpenBox = 14, --拆解周 时钟箱
21   - RaceDraw = 15, -- 定向招募活动
  21 + --RaceDraw = 15, -- 定向招募活动
22 22 }
23 23  
24 24  
... ...