Commit ff7cd89ee1096d49ae811ca60da69a7e239e4365
1 parent
ec5df7a0
地图
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvMap.lua
... | ... | @@ -895,7 +895,7 @@ getEventLib = function(self, needEventType) -- needEventType 需要的事件 |
895 | 895 | level = AdvCommon.getEndlessDataLv(chapterId, level) |
896 | 896 | end |
897 | 897 | local libsToType = { |
898 | - ["event_monsterCsv"] = {AdvEventType.Monster, AdvEventType.BOSS, AdvEventType.Monster, AdvEventType.Monster}, | |
898 | + ["event_monsterCsv"] = {AdvEventType.Monster, AdvEventType.BOSS, AdvEventType.Monster, AdvEventType.Monster, AdvEventType.Monster}, | |
899 | 899 | ["event_chooseCsv"] = AdvEventType.Choose, |
900 | 900 | ["event_dropCsv"] = AdvEventType.Drop, |
901 | 901 | ["event_buildingCsv"] = AdvEventType.Build, | ... | ... |