From 84ede803777ff10b5cbe93b1ec0168af08f55d5e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 13 一月 2021 18:11:26 +0800
Subject: [PATCH] 8677 【BT】【后端】跨服冲榜活动; 新增跨服活动时间管理模块、跨服榜单;跨服邮件;跨服广播优化;相关GM命令、后台工具;

---
 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