From 60bcd26554b8cfd45973172dd43d6958757d43f1 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 18 十月 2022 15:36:56 +0800 Subject: [PATCH] 9705 【后端】【越南】【主干】【BT7】通过后台查询本服VIP信息 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py | 2 ++ 1 files changed, 2 insertions(+), 0 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 1bd8fb9..116ce98 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py @@ -281,6 +281,8 @@ return 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