ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerVip.py | ●●●●● 补丁 | 查看 | 原始文档 | 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