From 771a8e3afe51b7e15a7d77f06cf44c92e9acaf23 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期四, 15 十一月 2018 15:54:39 +0800 Subject: [PATCH] 4817 子 【开发】【1.2】【1.3】Boss之家疲劳值配置去除后Boss复活无法复活Boss之家Boss问题修复(封包修改) --- ServerPython/CoreServerGroup/GameServer/Script/ChPyNetSendPack.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/ChPyNetSendPack.py b/ServerPython/CoreServerGroup/GameServer/Script/ChPyNetSendPack.py index 87e9971..2814f4e 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/ChPyNetSendPack.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/ChPyNetSendPack.py @@ -10506,8 +10506,8 @@ _pack_ = 1 _fields_ = [ ("BossType", c_ubyte), #编号类型0-世界boss 1-boss之家 - ("KillCnt", c_ubyte), #击杀次数 - ("ItemAddCnt", c_ubyte), #物品增加次数 + ("KillCnt", c_int), #击杀次数 + ("ItemAddCnt", c_int), #物品增加次数 ] def __init__(self): -- Gitblit v1.8.0