xdh
2019-03-20 d0e8b607414cb9bb017beab4394e1d3da82a59cd
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)