bug修复

This commit is contained in:
xiekaidong 2023-09-19 18:15:07 +08:00
parent 56830e2dae
commit 28f5ca63a4

View File

@ -63,6 +63,8 @@ function ActBossRushData:init(data)
end end
self.activity_id = data.activity_id self.activity_id = data.activity_id
self.bountyList = nil
self.rankRewardList = nil
-- 战斗 -- 战斗
if data.heroes then if data.heroes then
local update = false local update = false