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): ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/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):