From 36c1888dd0d44fa319c804a715c3551b98633650 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 03 三月 2026 15:09:33 +0800
Subject: [PATCH] 519 硬核渠道对接(指定appID可配置指定创角邮件;)
---
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