diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-24 18:06:52 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-24 18:06:52 -0200 |
commit | 9528d0bce116677fb49a84945cb11d869c5e8901 (patch) | |
tree | 4779f252a3015654aed9b6da130115aa66f66060 /npc/commands/event.txt | |
parent | a2209e1597a1e2a734a4a5cc6bd234e861abf767 (diff) | |
download | serverdata-9528d0bce116677fb49a84945cb11d869c5e8901.tar.gz serverdata-9528d0bce116677fb49a84945cb11d869c5e8901.tar.bz2 serverdata-9528d0bce116677fb49a84945cb11d869c5e8901.tar.xz serverdata-9528d0bce116677fb49a84945cb11d869c5e8901.zip |
[skip ci] notes
Diffstat (limited to 'npc/commands/event.txt')
-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 43643123d..1cb3b85b8 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -30,7 +30,7 @@ function script sChristmas { if (gettime(GETTIME_DAY) <= 26) .@m=10; else - .@m=5; + .@m=6; } else { .@m=3; } |