From 754dab14a50fa8947cf4a462aae774bc9e6950de Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 21 八月 2024 10:48:50 +0800 Subject: [PATCH] 10229 【越南】【主干】【港台】【砍树】古神战场修改(功能队伍增加队员在线状态同步;相关玩家在线状态管理,支持跨服;优化查找玩家相关联队伍同步玩家所在队伍及已申请的队伍;修复队伍成员找不到缓存时报错;优化玩家缓存判断是否保存统一逻辑,防止过天可能被删除;) --- MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h b/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h index 4f395b3..937a812 100644 --- a/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h +++ b/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h @@ -41,4 +41,14 @@ char ItemData14[ItemDataSize14]; WORD ItemDataSize15; char ItemData15[ItemDataSize15]; + WORD ItemDataSize16; + char ItemData16[ItemDataSize16]; + WORD ItemDataSize17; + char ItemData17[ItemDataSize17]; + WORD ItemDataSize18; + char ItemData18[ItemDataSize18]; + WORD ItemDataSize19; + char ItemData19[ItemDataSize19]; + WORD ItemDataSize20; + char ItemData20[ItemDataSize20]; }; -- Gitblit v1.8.0