diff options
Diffstat (limited to 'npc/functions/seasons.txt')
-rw-r--r-- | npc/functions/seasons.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt index 924093623..e60a97d82 100644 --- a/npc/functions/seasons.txt +++ b/npc/functions/seasons.txt @@ -110,7 +110,6 @@ function script sChristmas { // Valentine Day is handled by @event, this is only for @reloadmobdb function script sValentine { // Add Valentine drops - addmonsterdrop(ChocolateSlime, Rose, 80); addmonsterdrop(ChocolateSlime, LoveLetter, 8); return; } |