Commit 1bd8f8eec1e20d62151d1058f3ef8fd02780f779
1 parent
e996b82a
精英怪
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/Adv.lua
... | ... | @@ -52,7 +52,7 @@ local function getEventLib(chapterId, level, needEventType) -- needEventType éœ |
52 | 52 | local chapter = math.floor(chapterId / 100) % 100 |
53 | 53 | |
54 | 54 | local libsToType = { |
55 | - ["event_monsterCsv"] = {AdvEventType.Monster, AdvEventType.BOSS}, | |
55 | + ["event_monsterCsv"] = {AdvEventType.Monster, AdvEventType.BOSS, AdvEventType.Monster}, | |
56 | 56 | ["event_chooseCsv"] = AdvEventType.Choose, |
57 | 57 | ["event_dropCsv"] = AdvEventType.Drop, |
58 | 58 | ["event_buildingCsv"] = AdvEventType.Build, | ... | ... |