ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldBoss.py
@@ -306,6 +306,20 @@ # # return #// A9 04 查询boss信息 #tagCGQueryBossInfo # # #struct tagCGQueryBossInfo #{ # tagHead Head; # BYTE Count; //数量 # DWORD BossIDList[Count]; //boosid #}; def OnQueryBossInfo(index, clientData, tick): curPlayer = GameWorld.GetPlayerManager().GetPlayerByIndex(index) bossIDList = clientData.BossIDList Sync_BossInfo(curPlayer, bossIDList) return ## 同步boss相关信息