From 3128b603606057b8b6ddbaf6a86e4493b4ce292a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 17 十二月 2019 18:22:39 +0800 Subject: [PATCH] 8358 【主干】【后端】坐骑修改 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py | 3 --- 1 files changed, 0 insertions(+), 3 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 5f6d3ec..92d26c0 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSignDay.py @@ -30,14 +30,12 @@ import ChPyNetSendPack import PlayerMagicWeapon import PlayerPet -import PlayerSuccess import PlayerControl import GameWorld import ChConfig import GameFuncComm import IpyGameDataPY import ItemCommon -import PlayerHorse import time #=============================================================================== @@ -166,7 +164,6 @@ # 刷签到附加功能属性 PlayerMagicWeapon.CalcMagicWeaponAttr(curPlayer) PlayerPet.CalcPetItemAddPlayerAttr(curPlayer) - PlayerHorse.CalcHorseAttrEx(curPlayer) PlayerControl.PlayerControl(curPlayer).RefreshPlayerAttrState() mwID = IpyGameDataPY.GetFuncCfg('MWSignDayAttr', 2) -- Gitblit v1.8.0