From 67bcc2ab06912fc3d9cf31ceae533da76e50d5ae Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 20 九月 2019 14:19:55 +0800
Subject: [PATCH] 8258 【后端】BOSS首杀

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

diff --git a/PySysDB/PySysDBG.h b/PySysDB/PySysDBG.h
index 773614f..9542deb 100644
--- a/PySysDB/PySysDBG.h
+++ b/PySysDB/PySysDBG.h
@@ -209,6 +209,14 @@
 	char		SourceName;	//BOSS来源
 };
 
+//Boss首杀
+
+struct tagBOSSFirstKill
+{
+	DWORD		_NPCID;	//ID
+	list		ServerFirstKillPlayerAward;	// 全服首杀玩家奖励 [[物品ID,个数,是否拍品], ...]
+};
+
 //宴会题库表
 
 struct tagQuestionBank

--
Gitblit v1.8.0