Merge branch '战斗优化v_n.0' into master_develop

dev_chengFeng
gaoxin 2020-07-01 12:04:50 +08:00
commit a2c6290cc2
1 changed files with 3 additions and 1 deletions

View File

@ -137,7 +137,7 @@ function this.GetTableStaticData()
--宝箱能出现的时间(60秒加一次收益)
this.adventureRefresh = GameSetting[1].AdventureRefresh
--宝箱不领取最多能增长奖励的时间(10个小时)
this.adventureOffline = GameSetting[1].AdventureOffline
this.adventureOffline = GameSetting[1].AdventureOffline + PrivilegeManager.GetPrivilegeNumber(2002)
--this.adventureFastBattle = GameSetting[1].AdventureFastBattle
--冒险宝箱显示的三种状态(达到多少时间显示什么宝箱)
--每日奖励
@ -215,6 +215,8 @@ function this.GetAdventureData()
end
this.StartCountDown()
Game.GlobalEvent:DispatchEvent(GameEvent.Adventure.OnRefreshData)
this.GetTableStaticData()
end
-- 获取妖晶急速探索次数