From 5422e17a7eb223df25b7646a37bb42f4a0b2156e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 29 一月 2021 14:53:33 +0800
Subject: [PATCH] 4923 【主干】竞技场未开启,收到了每日保底奖励邮件(没有对战记录不发奖励);
---
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