From 2dfc680268c2f362eea6fc366341cd40c8387a9c Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 11 十一月 2024 14:56:37 +0800
Subject: [PATCH] 5416 【工具】兑换码优化(兑换码邮件内容文件json支持不同的appID独立文件配置;)
---
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldSkyTower.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldSkyTower.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldSkyTower.py
index 520ac21..97f2b0b 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldSkyTower.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldSkyTower.py
@@ -140,7 +140,7 @@
if pID not in SkyTowerPassPlayerIDList:
SkyTowerPassPlayerIDList.append(pID)
IpyGameDataPY.SetConfigEx(ConfigExKey_SkyTowerPassPlayerIDList, SkyTowerPassPlayerIDList)
- GameWorld.DebugLog("IsSkyTowerPassPlayer SkyTowerPassPlayerIDList=%s" % SkyTowerPassPlayerIDList)
+ #GameWorld.DebugLog("IsSkyTowerPassPlayer SkyTowerPassPlayerIDList=%s" % SkyTowerPassPlayerIDList)
return playerID in SkyTowerPassPlayerIDList
def __OnServerChallengePass(curPlayer, msgData):
@@ -227,6 +227,7 @@
playerInfo.LV = cacheDict.get("LV", 1)
playerInfo.RealmLV = cacheDict.get("RealmLV", 0)
playerInfo.Face = cacheDict.get("Face", 0)
+ playerInfo.FacePic = cacheDict.get("FacePic", 0)
passPlayerList.append(playerInfo)
--
Gitblit v1.8.0