From 6b367739c74c7b3ec1725357c86188f3c1c5af7f Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 15 十月 2018 17:03:21 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/SnxxServerCode

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDienstgrad.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDienstgrad.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDienstgrad.py
index 5e1c60e..e2b56eb 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDienstgrad.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDienstgrad.py
@@ -506,7 +506,7 @@
 #  @return None
 def GiveFirstLoginDienstgrad(curPlayer):
     dienstgradIDDict = ReadChConfig.GetEvalChConfig('FirstLogin_GiveDienstgrad')
-    platFormName = GameWorld.GetPlayerPlatform(curPlayer.GetAccID())
+    platFormName = GameWorld.GetPlayerPlatform(curPlayer)
     dienstgradIDList = dienstgradIDDict.get(platFormName)
     if not dienstgradIDList: #未配置的平台默认取key为0的内容
         dienstgradIDList = dienstgradIDDict.get(0, [])

--
Gitblit v1.8.0