hxp
2019-03-26 294292aee595f31c6ee57a2ecb8538d1486057b4
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)