diff options
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index cda18651d..37bb3c670 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -48,6 +48,8 @@ function script sChristmas { addmonsterdrop(WhiteSlime, ClosedChristmasBox, 30); // Change maps for Christmas Season (Specially LoF maps) + addmapmask "003-1", MASK_CHRISTMAS; + addmapmask "005-1", MASK_CHRISTMAS; addmapmask "009-1", MASK_CHRISTMAS; addmapmask "012-1", MASK_CHRISTMAS; addmapmask "017-2", MASK_CHRISTMAS; |