From 50fdfee4d8677d20494750b72a7d2ce324c28e1a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 31 十月 2025 15:47:26 +0800 Subject: [PATCH] 129 【战斗】战斗系统-服务端(后端废除7号位,通知前端支持通知7号位;) --- PySysDB/PySysDBPY.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PySysDB/PySysDBPY.h b/PySysDB/PySysDBPY.h index 1a339b5..4156ee0 100644 --- a/PySysDB/PySysDBPY.h +++ b/PySysDB/PySysDBPY.h @@ -344,8 +344,8 @@ DWORD PosNPCID4; //4号位NPCID DWORD PosNPCID5; //5号位NPCID DWORD PosNPCID6; //6号位NPCID - DWORD PosNPCID7; //7号位NPCID DWORD BossID; // 本阵容的BossID,没有boss时为0 + BYTE BossPosView; //Boss通知站位 list SkillIDExList; // boss附加技能列表 BYTE SkillExCnt; //随机附加技能数,0为所有 }; -- Gitblit v1.8.0