From fdcebfd2cf148d85c287b39d9670dafcbcfd9750 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 30 十月 2018 10:35:00 +0800
Subject: [PATCH] 小助手保存值增加Value6

---
 ServerPack/MapServerPack/HA7_Interaction/LittleHelperSet.h     |    1 +
 ClientPack/ClientToMapServer/CA2_Interaction/SetLittleHelper.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ClientPack/ClientToMapServer/CA2_Interaction/SetLittleHelper.h b/ClientPack/ClientToMapServer/CA2_Interaction/SetLittleHelper.h
index 0f4abe9..39c793a 100644
--- a/ClientPack/ClientToMapServer/CA2_Interaction/SetLittleHelper.h
+++ b/ClientPack/ClientToMapServer/CA2_Interaction/SetLittleHelper.h
@@ -9,4 +9,5 @@
 	DWORD		Value3;	// 自定义值3
 	DWORD		Value4;	// 自定义值4
 	DWORD		Value5;	// 自定义值5
+	DWORD		Value6;	// 自定义值6
 };
diff --git a/ServerPack/MapServerPack/HA7_Interaction/LittleHelperSet.h b/ServerPack/MapServerPack/HA7_Interaction/LittleHelperSet.h
index c70ea9f..e19c218 100644
--- a/ServerPack/MapServerPack/HA7_Interaction/LittleHelperSet.h
+++ b/ServerPack/MapServerPack/HA7_Interaction/LittleHelperSet.h
@@ -9,6 +9,7 @@
 	DWORD		Value3;	// 自定义值3
 	DWORD		Value4;	// 自定义值4
 	DWORD		Value5;	// 自定义值5
+	DWORD		Value6;	// 自定义值6
 };
 
 struct    tagMCLittleHelperSet

--
Gitblit v1.8.0