From 72e28cd30acfd0e349359004962975d86ff827a4 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 30 七月 2024 14:35:52 +0800
Subject: [PATCH] 1111 【越南】【港台】【主干】【砍树】后台查看玩家增加显示客户端版本号;

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GetPlayerInfo.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GetPlayerInfo.py
index a089e1c..aa68505 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GetPlayerInfo.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GetPlayerInfo.py
@@ -59,6 +59,7 @@
                   'LogoffTime':curPlayer.GetLogoffTime(), #离线时间
                   'LoginTime':curPlayer.GetLoginTime(),  # 上线时间
                   'LoginIP':curPlayer.GetIP(),  #登入IP
+                  'ClientVersion':curPlayer.GetAccountData().GetClientVersion(),  #客户端版本号
                   
                   'Online':1,
                   }

--
Gitblit v1.8.0