9705 【后端】【越南】【主干】【BT7】通过后台查询本服VIP信息(修复多余代码报错)
1个文件已修改
1 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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