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/GM/Commands/SetVIP.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetVIP.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetVIP.py
index e81d15c..a5d4b16 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetVIP.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetVIP.py
@@ -38,6 +38,7 @@
     if not vipLV:
         curPlayer.SetChangeCoinPointTotal(0)
         curPlayer.SetVIPLv(0)
+        PlayerControl.SetVIPLVUpTime(curPlayer, 0)
         PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_VipExp, 0)
         PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_VipAwardRecord, 0)
         PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_Player_Dict_VipBuyRecord, 0)
@@ -56,6 +57,7 @@
         return
     
     curPlayer.SetVIPLv(vipLV)
+    PlayerControl.SetVIPLVUpTime(curPlayer, int(time.time()))
     
     vipExp = cmdList[1] if len(cmdList) > 1 else None
     if vipExp != None:

--
Gitblit v1.8.0