diff --git a/src/actions/HeroAction.lua b/src/actions/HeroAction.lua index a04533b..fdd3a3d 100644 --- a/src/actions/HeroAction.lua +++ b/src/actions/HeroAction.lua @@ -738,7 +738,7 @@ function _M.drawHeroRpc(agent, data) if btype == 1 then -- 判断定向卡池活动开启 - if not role.activity:isOpen("RaceDraw") then + if not role.activity:isOpen("SsrUpPoolChange") then return end end diff --git a/src/csvdata b/src/csvdata index d2c3dea..e97f773 160000 --- a/src/csvdata +++ b/src/csvdata @@ -1 +1 @@ -Subproject commit d2c3deaddd4952cd4b05306144cbcdfa09734cd3 +Subproject commit e97f773db5d87e95086840cf48cd01b17ec8fc27 diff --git a/src/models/Activity.lua b/src/models/Activity.lua index 708effa..2777b9b 100644 --- a/src/models/Activity.lua +++ b/src/models/Activity.lua @@ -18,7 +18,7 @@ Activity.ActivityType = { DrawHero = 12, --抽卡周 招募 AdvDraw = 13, --拾荒抽周 资助 OpenBox = 14, --拆解周 时钟箱 - RaceDraw = 15, -- 定向招募活动 + --RaceDraw = 15, -- 定向招募活动 } -- libgit2 0.21.2