线上问题 vip 战力计算打开 只是表的 pvp 评分配成0

dev_chengFeng
zhangqiang 2020-10-12 13:53:59 +08:00
parent b92be60aef
commit 2f31dad427
1 changed files with 2 additions and 2 deletions

View File

@ -1686,7 +1686,7 @@ function this.CalculateHeroAllProValList(_type, _heroDid, isWar, _breakId, _upSt
-- end -- end
--end --end
-- Vip加成 暂时注释 -- Vip加成 暂时注释
-- local vipAddPro = VipManager.GetAddPro() local vipAddPro = VipManager.GetAddPro()
--if vipAddPro and LengthOfTable(vipAddPro) > 0 then --if vipAddPro and LengthOfTable(vipAddPro) > 0 then
-- for i, v in pairs(vipAddPro) do -- for i, v in pairs(vipAddPro) do
-- if v > 0 then -- if v > 0 then
@ -1703,7 +1703,7 @@ function this.CalculateHeroAllProValList(_type, _heroDid, isWar, _breakId, _upSt
this.DoubleTableCompound(allAddProVal, playerDcorateAdd) this.DoubleTableCompound(allAddProVal, playerDcorateAdd)
this.DoubleTableCompound(allAddProVal, heroSkillSingleHeroProVal) this.DoubleTableCompound(allAddProVal, heroSkillSingleHeroProVal)
this.DoubleTableCompound(allAddProVal, equipTreasureAddPro) this.DoubleTableCompound(allAddProVal, equipTreasureAddPro)
-- this.DoubleTableCompound(allAddProVal, vipAddPro) this.DoubleTableCompound(allAddProVal, vipAddPro)
--100等级所有属性合并 --100等级所有属性合并
this.DoubleTableCompound(lvProVal, falismanLvProVal) this.DoubleTableCompound(lvProVal, falismanLvProVal)
this.DoubleTableCompound(lvProVal,lvSoulPrintProVal) this.DoubleTableCompound(lvProVal,lvSoulPrintProVal)