Commit 32b5d614dfa38732236327d73c6c0d14a89241a7
1 parent
5eedb119
增加怪物类型
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvMap.lua
... | ... | @@ -877,7 +877,7 @@ getEventLib = function(self, needEventType) -- needEventType 需要的事件 |
877 | 877 | level = AdvCommon.getEndlessDataLv(chapterId, level) |
878 | 878 | end |
879 | 879 | local libsToType = { |
880 | - ["event_monsterCsv"] = {AdvEventType.Monster, AdvEventType.BOSS, AdvEventType.Monster}, | |
880 | + ["event_monsterCsv"] = {AdvEventType.Monster, AdvEventType.BOSS, AdvEventType.Monster, AdvEventType.Monster}, | |
881 | 881 | ["event_chooseCsv"] = AdvEventType.Choose, |
882 | 882 | ["event_dropCsv"] = AdvEventType.Drop, |
883 | 883 | ["event_buildingCsv"] = AdvEventType.Build, | ... | ... |