diff options
Diffstat (limited to 'npc/commands/event.txt')
-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); |