From f8f1c0464dd176b09b98e630f719f05ba1cb1557 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期六, 22 六月 2019 10:26:58 +0800 Subject: [PATCH] 6603 【后端】【2.0】增加新版的sp和被动技能 - 签到刷坐骑属性 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py index 17326d4..5f6d3ec 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py +++ b/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) -- Gitblit v1.8.0