From 6e0d1eac6e57f831c8b8118d189067d391923693 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 18 十一月 2025 19:16:49 +0800
Subject: [PATCH] 349 【配套功能】功能预告-服务端

---
 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 a543af3..2c0124f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.py
@@ -12539,7 +12539,7 @@
                   ("Cmd", c_ubyte),
                   ("SubCmd", c_ubyte),
                   ("OPType", c_ubyte),    # 操作 1-激活;2-佩戴;3-升星
-                  ("SkinID", c_ubyte),    # 外观ID,佩戴时发0即为卸下
+                  ("SkinID", c_ushort),    # 外观ID,佩戴时发0即为卸下
                   ]
 
     def __init__(self):

--
Gitblit v1.8.0