From 1579f778ac32e4a62e830f52611715c5c7c5a307 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期四, 04 七月 2019 11:48:21 +0800 Subject: [PATCH] 7803 【2.0.200】【后端】灵根升品显示特效 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py index 7db2e30..972f097 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py @@ -41,7 +41,7 @@ import GameMap import collections import PassiveBuffEffMng -import EffGetSet +import ChEquip import SkillShell import FBCommon import IpyGameDataPY @@ -2134,6 +2134,7 @@ return PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_SkillElementID % mainSkillID, selectSkillID) + ChEquip.ChangeEquipfacadeByLingGen(curPlayer) if curElementSkillID and curElementSkillID != selectSkillID: #原技能删除 skillManager.DeleteSkillBySkillTypeID(curElementSkillID) @@ -2192,6 +2193,7 @@ ipyData = IpyGameDataPY.GetIpyGameData('SkillElement', skillTypeID) mainSkillID = ipyData.GetMainSkillID() PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_SkillElementID % mainSkillID, 0) + ChEquip.ChangeEquipfacadeByLingGen(curPlayer) isNotify = True else: for _ in xrange(updSkillLV-curSkillLV): -- Gitblit v1.8.0