Commit e910c2dd18414528ef228201f947a0b8daeb397a
1 parent
fea3baab
考场没有 宝藏怪
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvMap.lua
... | ... | @@ -812,7 +812,7 @@ createMap = function(self, mapId, isEnter, isNewRelay) |
812 | 812 | end |
813 | 813 | end |
814 | 814 | -- 宝藏怪刷新 |
815 | - if self.mapIdx == 1 and not self.adv.isRelay then | |
815 | + if self.mapIdx == 1 and not self.adv.isRelay and self.adv.chapterId ~= 100 then | |
816 | 816 | for idx = #(stagePool["global"][AdvCodeRandomStage] or {}), 1, -1 do |
817 | 817 | local c = stagePool["global"][AdvCodeRandomStage][idx] -- {room = roomId, block = blockId} |
818 | 818 | if mapInfo.rooms[c["room"]]["event"][c["block"]] then -- 存在 | ... | ... |