From 76e517b3f6093ab1571521eb3ae7b7143c44cdfb Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 14 一月 2021 16:16:20 +0800 Subject: [PATCH] 4897 【工具】【主干】【BT】GM后台查看神兽装备增加索引显示; --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_PlayerItemInfo.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_PlayerItemInfo.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_PlayerItemInfo.py index cff8655..7ffadba 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_PlayerItemInfo.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_PlayerItemInfo.py @@ -124,6 +124,7 @@ "RemainHour":curItem.GetRemainHour(), "GearScore":curItem.GetGearScore(), "CreateTime":curItem.GetCreateTime(), + "ItemPlaceIndex":curItem.GetItemPlaceIndex() } return curItemInfo -- Gitblit v1.8.0