From 2f0cd2d14df3dee75e98b75afa1cd7f11287c01e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 20 十月 2025 09:30:16 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(A922同步等级信息)
---
ServerPack/HA9_Function/ArenaMatchList.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ServerPack/HA9_Function/ArenaMatchList.h b/ServerPack/HA9_Function/ArenaMatchList.h
index 21b7107..dcdd742 100644
--- a/ServerPack/HA9_Function/ArenaMatchList.h
+++ b/ServerPack/HA9_Function/ArenaMatchList.h
@@ -4,6 +4,7 @@
{
DWORD PlayerID; //目标玩家ID
char PlayerName[33];
+ WORD LV; // 玩家等级
WORD RealmLV; //境界,机器人读境界表取等级对应境界
DWORD FightPower; //战力求余亿部分
DWORD FightPowerEx; //战力整除亿部分
--
Gitblit v1.8.0