From 6397e24703825c6768dc869f459b292ec2779e46 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 11 九月 2018 21:24:11 +0800
Subject: [PATCH] fix:祈福丹药封包
---
ServerPack/MapServerPack/HA3_Function/PrayElixirResult.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HA3_Function/PrayElixirResult.h b/ServerPack/MapServerPack/HA3_Function/PrayElixirResult.h
index 48133b7..731f2d3 100644
--- a/ServerPack/MapServerPack/HA3_Function/PrayElixirResult.h
+++ b/ServerPack/MapServerPack/HA3_Function/PrayElixirResult.h
@@ -3,4 +3,5 @@
{
tagHead Head;
DWORD ItemID; // 物品ID
+ BYTE PrayCnt; // 今日祈福次数
};
--
Gitblit v1.8.0