From ccfd713e99081322e68bc8c2f3f1ea02f0df52eb Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 02 一月 2020 14:11:11 +0800
Subject: [PATCH] 8358 【主干】【后端】坐骑修改(修复bug)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
index 3edcfd4..f1c16f7 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
@@ -38,8 +38,6 @@
 
 g_sgzztopPlayerName = '' #上古战场积分王名字
 
-g_sealDemonPlayerHurtDict = {} #封魔坛玩家伤害排行信息
-
 FBEnterTimeLimiitMapID = [] # 副本开启有时间限制的副本ID,由GameServer同步得到
 
 FBOpenTimeRecord = {} #限时副本开启时间记录
@@ -64,7 +62,7 @@
 
 g_delaySuccessDict = {} # 延迟处理成就
 
-g_bzzdPlayerKillNPCCntDict = {} #仙界秘境玩家击杀NPC计数,支持小数点 {playerID:击杀数, }
+g_bzzdRefreshNPCListDict = {} # 仙界秘境所需击杀的NPC队列 {lineID:[npcID, npcID, ...], ...}
 
 g_operationActionDict = {} # {actName:actInfo, ...}
 

--
Gitblit v1.8.0