From 531925c3bbc32e095107db631abf01b86cc93726 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 15 十一月 2018 14:45:32 +0800
Subject: [PATCH] 2379 【1.3】自动购买获取物品价格前后端统一
---
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