From 51f42130fecc3875e51a48736309a5460c59062f Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Fri, 5 Jun 2020 13:48:23 +0800 Subject: [PATCH] 地图限制bug --- src/adv/AdvMap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adv/AdvMap.lua b/src/adv/AdvMap.lua index 0e0d0a1..d24efc6 100644 --- a/src/adv/AdvMap.lua +++ b/src/adv/AdvMap.lua @@ -271,7 +271,7 @@ createMap = function(self, mapId, isEnter, isNewRelay) local _curData = csvdb["event_" .. _str .. "Csv"][_id] if _curData then highLevelEvent[_etype][_curData.BlockEventType] = highLevelEvent[_etype][_curData.BlockEventType] or {} - highLevelEvent[_etype][_curData.BlockEventType][id] = {showup = _curData.showup, limit = _count, dlimit = _curData.limit} + highLevelEvent[_etype][_curData.BlockEventType][_id] = {showup = _curData.showup, limit = _count, dlimit = _curData.limit} end end end -- libgit2 0.21.2