From 81669ea742584ffc6cc7d886ee61293d4ac03fb0 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 05 三月 2026 17:52:31 +0800
Subject: [PATCH] 534 【开服冲榜】新增活动类型-服务端(武将冲榜-7;红颜冲榜-8;命格冲榜-9;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py
index 35da850..2ef3d6c 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py
@@ -10316,7 +10316,7 @@
("SubCmd", c_ubyte),
("HeroID", c_int), #武将ID
("SkinID", c_int), #时装ID
- ("OPType", c_ubyte), #操作 1-激活;2-佩戴;3-升星
+ ("OPType", c_ubyte), #操作 1-激活;2-选择形象;3-升星;4-选择属性
("ItemIndex", c_ushort), #武将物品所在武将背包位置索引,仅佩戴时有效
]
--
Gitblit v1.8.0