diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 03:13:27 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 03:13:27 -0200 |
commit | 385cd45fdd247f94434382d6ffcba6b626dca718 (patch) | |
tree | a67afa07b6f43900752cf4473a0d6055023653c9 /npc/commands | |
parent | 76c5ee2c91a5aa2831aaa0a3214f9be2a01575a8 (diff) | |
download | serverdata-385cd45fdd247f94434382d6ffcba6b626dca718.tar.gz serverdata-385cd45fdd247f94434382d6ffcba6b626dca718.tar.bz2 serverdata-385cd45fdd247f94434382d6ffcba6b626dca718.tar.xz serverdata-385cd45fdd247f94434382d6ffcba6b626dca718.zip |
Regenerate maps so we can start working on a basic Christmas event
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 5ea971aff..ba2f73448 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -36,8 +36,8 @@ function script sChristmas { addmonsterdrop(Yeti, ClosedChristmasBox, 1000); - addmonsterdrop(AlphaMouboo, ClosedChristmasBox, 900); - addmonsterdrop(WaterFairy, ClosedChristmasBox, 800); + addmonsterdrop(WaterFairy, ClosedChristmasBox, 900); + addmonsterdrop(AlphaMouboo, ClosedChristmasBox, 800); addmonsterdrop(IcedFluffy, ClosedChristmasBox, 700); addmonsterdrop(BlueSlime, ClosedChristmasBox, 600); addmonsterdrop(SantaSlime, ClosedChristmasBox, 530); |