diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 04:34:18 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 04:34:18 -0200 |
commit | 3d9e3555b5ea1348bbd49d6b530f44723fea1e9e (patch) | |
tree | 5486762eeaf3dc07586a21155db26138d81beea9 /npc/commands | |
parent | 174e690fbb333dac47e01594f653b5361be2e374 (diff) | |
download | serverdata-3d9e3555b5ea1348bbd49d6b530f44723fea1e9e.tar.gz serverdata-3d9e3555b5ea1348bbd49d6b530f44723fea1e9e.tar.bz2 serverdata-3d9e3555b5ea1348bbd49d6b530f44723fea1e9e.tar.xz serverdata-3d9e3555b5ea1348bbd49d6b530f44723fea1e9e.zip |
Christmas Cook is complete
Diffstat (limited to 'npc/commands')
-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; |