From 56cf752102d0a2faa500e8de621cae3009a4ec5d Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 18 十月 2022 21:17:26 +0800
Subject: [PATCH] 9705 【后端】【越南】【主干】【BT7】通过后台查询本服VIP信息(修复多余代码报错)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py
index 116ce98..3af0266 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py
@@ -282,7 +282,6 @@
     while vipLV in vipExpDict and vipExp >= vipExpDict[vipLV]:
         curPlayer.SetVIPLv(vipLV)
         PlayerControl.SetVIPLVUpTime(curPlayer, int(time.time()))
-        GameWorld.ChangeTimeNumToStr(timeNum, timeFormat)
         OnChangeVIPLv(curPlayer, vipLV) ##当VIP等级变更,触发的方法写在这里
         PlayerSuccess.DoAddSuccessProgress(curPlayer, ShareDefine.SuccType_VIPLV, 1, [vipLV])
         vipLV += 1

--
Gitblit v1.8.0