From 46a9536c193106a876e6a90902cce24d16ca1961 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Fri, 25 Sep 2020 14:49:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8A=20=20=20=EF=BC=9A=20=20=20?= =?UTF-8?q?=20=E6=88=98=E5=8A=9B=E8=AE=A1=E7=AE=97=20=E6=B3=A8=E9=87=8A=20?= =?UTF-8?q?VIP=E5=B1=9E=E6=80=A7=E5=8A=A0=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua b/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua index ab0cfd18e5..d76eccbeb6 100644 --- a/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua @@ -1678,8 +1678,8 @@ function this.CalculateHeroAllProValList(_type, _heroDid, isWar, _breakId, _upSt -- end -- end --end - -- Vip加成 - local vipAddPro = VipManager.GetAddPro() + -- Vip加成 暂时注释 + -- local vipAddPro = VipManager.GetAddPro() --if vipAddPro and LengthOfTable(vipAddPro) > 0 then -- for i, v in pairs(vipAddPro) do -- if v > 0 then @@ -1696,7 +1696,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)