hch
2019-06-22 f8f1c0464dd176b09b98e630f719f05ba1cb1557
6603 【后端】【2.0】增加新版的sp和被动技能 - 签到刷坐骑属性
1个文件已修改
2 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py
@@ -37,6 +37,7 @@
import GameFuncComm
import IpyGameDataPY
import ItemCommon
import PlayerHorse
import time
#===============================================================================
@@ -165,6 +166,7 @@
    # 刷签到附加功能属性
    PlayerMagicWeapon.CalcMagicWeaponAttr(curPlayer)
    PlayerPet.CalcPetItemAddPlayerAttr(curPlayer)
    PlayerHorse.CalcHorseAttrEx(curPlayer)
    PlayerControl.PlayerControl(curPlayer).RefreshPlayerAttrState()
    
    mwID = IpyGameDataPY.GetFuncCfg('MWSignDayAttr', 2)