From 9aa469a20cb48867d414d024c19db770bec79d75 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 28 三月 2019 15:31:28 +0800
Subject: [PATCH] 6373 【后端】【2.0】删除无用功能代码、封包、配置(新手指导员)

---
 ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py
index 4470370..e900609 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerControl.py
@@ -248,20 +248,6 @@
 #------------------------------------------------------------------------------ 
 
 
-## 设置新手指导员天数
-#  @param curPlayer: 玩家实例
-#  @param day: 天数
-#  @return: 
-def SetFreshmanGuiderDay(curPlayer, day):
-    curPlayer.SetDict(ChConfig.Def_PlayerKey_FreshmanGuiderDay, day) 
-    return
-
-## 获取新手指导员天数
-#  @param curPlayer: 玩家实例
-#  @return: 天数
-def GetFreshmanGuiderDay(curPlayer):
-    return curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_FreshmanGuiderDay)
-
 ## 增加成就完成进度
 #  @param curPlayer
 #  @param successType: 成就类型

--
Gitblit v1.8.0