xdh
2019-04-25 88650853f1898815f4612280dd2ffc85af9ddd80
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_ResetAttrPoint.py
@@ -20,6 +20,7 @@
import IpyGameDataPY
import ItemCommon
import ChConfig
import SkillShell
##批量使用物品
# @param curPlayer: 玩家实例
@@ -84,6 +85,9 @@
    #刷新人物所有状态
    playerControl = PlayerControl.PlayerControl(curPlayer)
    playerControl.RefreshPlayerAttrState()
    #更新技能专精
    SkillShell.RefreshElementSkillByAttr(curPlayer, resetIDList)
    return True
## 逻辑实现 //返回值为是否使用成功(外层通知特效)