线上问题 vip 战力计算打开 只是表的 pvp 评分配成0
parent
b92be60aef
commit
2f31dad427
|
@ -1686,7 +1686,7 @@ function this.CalculateHeroAllProValList(_type, _heroDid, isWar, _breakId, _upSt
|
|||
-- end
|
||||
--end
|
||||
-- Vip加成 暂时注释
|
||||
-- local vipAddPro = VipManager.GetAddPro()
|
||||
local vipAddPro = VipManager.GetAddPro()
|
||||
--if vipAddPro and LengthOfTable(vipAddPro) > 0 then
|
||||
-- for i, v in pairs(vipAddPro) do
|
||||
-- if v > 0 then
|
||||
|
@ -1703,7 +1703,7 @@ function this.CalculateHeroAllProValList(_type, _heroDid, isWar, _breakId, _upSt
|
|||
this.DoubleTableCompound(allAddProVal, playerDcorateAdd)
|
||||
this.DoubleTableCompound(allAddProVal, heroSkillSingleHeroProVal)
|
||||
this.DoubleTableCompound(allAddProVal, equipTreasureAddPro)
|
||||
-- this.DoubleTableCompound(allAddProVal, vipAddPro)
|
||||
this.DoubleTableCompound(allAddProVal, vipAddPro)
|
||||
--100等级所有属性合并
|
||||
this.DoubleTableCompound(lvProVal, falismanLvProVal)
|
||||
this.DoubleTableCompound(lvProVal,lvSoulPrintProVal)
|
||||
|
|
Loading…
Reference in New Issue