From 5b72992a43593f82a054eae652f15c7b298ccbdb Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 13 六月 2024 15:07:44 +0800
Subject: [PATCH] 9912 [BT0.1]BOSS凭证(支持不同boss标识配置不同的掉落凭证个数饼图;)

---
 ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py
index e4427d0..0fb4e60 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMCommon.py
@@ -81,6 +81,7 @@
 Def_GMKey_PlayerName = 'playerName'
 Def_GMKey_PlayerAccID = 'accID'
 Def_GMKey_FamilyName = 'familyName'
+Def_GMKey_FamilyID = 'familyID'
 Def_GMKey_PackIndex = 'packIndex'
 Def_GMKey_IP = 'IP'
 Def_GMKey_QueryType = 'queryType'

--
Gitblit v1.8.0