From 2470d825e304e982261afd240d06ef03cd5366e8 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 06 三月 2026 14:58:18 +0800
Subject: [PATCH] 16 卡牌服务端(后台禁言、封号支持;)
---
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