ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py
@@ -183,10 +183,6 @@ #------------------------------------------------------------------------------ ## 职业阶数 def GetJobRank(curPlayer): return curPlayer.GetExAttr1() def SetJobRank(curPlayer, jobRank): return curPlayer.SetExAttr1(jobRank) ##VIP到期时间 def GetVIPExpireTime(curPlayer): return curPlayer.GetExAttr9() def SetVIPExpireTime(curPlayer, expireTime): return curPlayer.SetExAttr9(expireTime)