diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-11 15:43:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-11 15:43:19 -0300 |
commit | e300be85b9d07dbd11252342ae63492f4071be2f (patch) | |
tree | 1a24284f9b35485bf0858f9ffcb9cd8d58c3043c /npc/commands | |
parent | b0c0fbdc75e0f698055c1e485493eec1b6163cde (diff) | |
download | serverdata-e300be85b9d07dbd11252342ae63492f4071be2f.tar.gz serverdata-e300be85b9d07dbd11252342ae63492f4071be2f.tar.bz2 serverdata-e300be85b9d07dbd11252342ae63492f4071be2f.tar.xz serverdata-e300be85b9d07dbd11252342ae63492f4071be2f.zip |
[skip ci] the new LoF maps, except for the Village, are CHRISTMAS-COMPATIBLE.
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index e3ead9dbc..5f8313ac9 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -65,6 +65,9 @@ function script GlobalEventMenu { // Change maps? addmapmask "009-1", MASK_CHRISTMAS; + addmapmask "017-2", MASK_CHRISTMAS; + addmapmask "017-2-1", MASK_CHRISTMAS; + addmapmask "017-3", MASK_CHRISTMAS; // Enable event set $EVENT$, "Christmas"; |