From acaf6969af14155837c30e62b85786bd33939f0e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 07 八月 2025 16:25:34 +0800
Subject: [PATCH] 121 【武将】武将系统-服务端(修改遣散封包)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHero.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHero.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHero.py
index 19998a5..9ce82e1 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHero.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHero.py
@@ -1208,7 +1208,7 @@
 #struct    tagCSHeroDismiss
 #{
 #    tagHead         Head;
-#    BYTE        Count;
+#    WORD        Count;
 #    WORD        ItemIndexList[Count];    // 武将物品所在武将背包位置索引列表
 #};
 def OnHeroDismiss(index, clientData, tick):

--
Gitblit v1.8.0