From d0e8b607414cb9bb017beab4394e1d3da82a59cd Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期三, 20 三月 2019 11:33:43 +0800 Subject: [PATCH] 6381 【后端】【2.0】任务接口开发 --- ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py index 2c635cb..4470370 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py +++ b/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) -- Gitblit v1.8.0