xdh
2018-11-19 76aaa2bc9a47e1896638740312affe1ec61f2334
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):