From 4f0b63ba644f87dbec17b4987355adf1fdfc508c Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 13 九月 2024 18:22:20 +0800
Subject: [PATCH] 10261 【越南】【砍树】【英文】仙盟徽章、头像、头像框(存储激活状态及到期时间方式修改;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index 177193b..6e0f535 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -4032,12 +4032,12 @@
 Def_PDict_WishingWellItemCnt = "WishingWellItemCnt_%s_%s"  # 物品数量记录 参数(类型,物品数据)
 
 #头像
-Def_PDict_FaceLightTime = "FaceLightTime_%s"  # 头像点亮时间戳,参数(头像ID)
-Def_PDict_FaceExpireTimes = "FaceExpireTimes_%s"  # 头像有效时长秒,参数(头像ID)
+Def_PDict_FaceState = "FaceState_%s"  # 头像状态,参数(key编号)
+Def_PDict_FaceEndTime = "FaceEndTime_%s"  # 头像到期时间戳,0为永久,参数(头像ID)
 Def_PDict_FaceStar = "FaceStar_%s"  # 头像星级,参数(头像ID)
-Def_PDict_FacePicLightTime = "FacePicLightTime_%s"  # 头像框点亮时间戳,参数(头像ID)
-Def_PDict_FacePicExpireTimes = "FacePicExpireTimes_%s"  # 头像框有效时长秒,参数(头像ID)
-Def_PDict_FacePicStar = "FacePicStar_%s"  # 头像框星级,参数(头像ID)
+Def_PDict_FacePicState = "FacePicState_%s"  # 头像框状态,参数(key编号)
+Def_PDict_FacePicEndTime = "FacePicEndTime_%s"  # 头像框到期时间戳,0为永久,参数(头像框ID)
+Def_PDict_FacePicStar = "FacePicStar_%s"  # 头像框星级,参数(头像框ID)
 
 #聊天气泡
 Def_PDict_ChatBubbleBoxState = "ChatBubbleBoxState_%s"  # 聊天气泡状态, 参数(key编号)

--
Gitblit v1.8.0