From 18e04b9dbbc0aa2df25d1696a19e296ea88e4e3d Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 31 八月 2018 16:03:27 +0800
Subject: [PATCH] Fix: 3152 【后端】宝箱开出的物品是否绑定根据配置决定

---
 ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py b/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py
index 7d9406f..9943950 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py
@@ -437,7 +437,7 @@
 Def_Billboard_MaxCnt = 100
 #---------------------------------------------------------------------
 #请求类型(需要和MapServer中的一致)
-Def_QueryType_Count = 54
+Def_QueryType_Count = 55
 (
 queryType_sqtPlayer,                  #查询玩家
 queryType_sqtFamilyWar,               #家族战
@@ -493,6 +493,7 @@
 queryType_ServerRewardNotify,         #全服奖励提示
 queryType_EnterFB,                    #进入副本
 queryType_NPCInfo,                    #查询NPCInfo
+queryType_NPCCnt,                     #查询NPC数量
 ) = range(0, Def_QueryType_Count)
 #------------------------------------------------------------------------------ 
 #家族某行为类型保存的条数

--
Gitblit v1.8.0