diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-14 23:31:27 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-14 23:31:27 -0200 |
commit | 9402867428cef5ebacf0b65dff7b7739ca1f4bc2 (patch) | |
tree | e57bbce120292edb97203115e3c59930e9cdce49 /npc/commands | |
parent | fc5bf128118430bb844aa23007304a7d30b96178 (diff) | |
download | serverdata-9402867428cef5ebacf0b65dff7b7739ca1f4bc2.tar.gz serverdata-9402867428cef5ebacf0b65dff7b7739ca1f4bc2.tar.bz2 serverdata-9402867428cef5ebacf0b65dff7b7739ca1f4bc2.tar.xz serverdata-9402867428cef5ebacf0b65dff7b7739ca1f4bc2.zip |
...bug...
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index b8df7eb7d..5b09732a1 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -15,7 +15,7 @@ function script DelItemFromEveryPlayer { } // Christmas cannot be on GEM because it affects seasons system -function script sChristmas { +function script sChristmas { // Add Christmas drops addmonsterdrop(Moggun, XmasCake, 800); addmonsterdrop(AlphaMouboo, XmasCake, 920); |