From 2362341e2a9f8467408ac4b99e1108ace98036fa Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 20 八月 2018 20:13:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 PySysDB/PySysDBPY.h |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/PySysDB/PySysDBPY.h b/PySysDB/PySysDBPY.h
index cd4fb29..b67d1c4 100644
--- a/PySysDB/PySysDBPY.h
+++ b/PySysDB/PySysDBPY.h
@@ -126,6 +126,27 @@
 	list		AttrValue;	//属性值
 };
 
+//神兽表
+
+struct tagDogz
+{
+	BYTE		_DogzID;	//神兽ID
+	list		BaseAttrTypes;	//基础属性类型列表
+	list		BaseAttrValues;	//基础属性值列表
+	list		HelpBattleSkills;	//助战技能ID列表
+	list		EquipPlaceColorList;	//穿戴装备颜色限制
+};
+
+//神兽强化表
+
+struct tagDogzEquipPlus
+{
+	BYTE		_EquipPlace;	//装备位
+	BYTE		_PlusLV;	//强化等级
+	list		PlusAttrTypes;	//强化属性类型列表
+	list		PlusAttrValues;	//强化属性值列表
+	DWORD		PlusLVUPTotalExp;	//升级所需累计熟练度总值
+};
 
 //符印表
 

--
Gitblit v1.8.0