Commit 51f42130fecc3875e51a48736309a5460c59062f
1 parent
cfc7a04a
地图限制bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvMap.lua
| @@ -271,7 +271,7 @@ createMap = function(self, mapId, isEnter, isNewRelay) | @@ -271,7 +271,7 @@ createMap = function(self, mapId, isEnter, isNewRelay) | ||
| 271 | local _curData = csvdb["event_" .. _str .. "Csv"][_id] | 271 | local _curData = csvdb["event_" .. _str .. "Csv"][_id] |
| 272 | if _curData then | 272 | if _curData then |
| 273 | highLevelEvent[_etype][_curData.BlockEventType] = highLevelEvent[_etype][_curData.BlockEventType] or {} | 273 | highLevelEvent[_etype][_curData.BlockEventType] = highLevelEvent[_etype][_curData.BlockEventType] or {} |
| 274 | - highLevelEvent[_etype][_curData.BlockEventType][id] = {showup = _curData.showup, limit = _count, dlimit = _curData.limit} | 274 | + highLevelEvent[_etype][_curData.BlockEventType][_id] = {showup = _curData.showup, limit = _count, dlimit = _curData.limit} |
| 275 | end | 275 | end |
| 276 | end | 276 | end |
| 277 | end | 277 | end |