diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-29 19:19:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-29 19:19:16 -0300 |
commit | b160fdbc530bd4a89f350def90ae931a9442bcb6 (patch) | |
tree | 38602763131403474574977937774666bb57a2e0 /npc | |
parent | 9222c179a636fd5ce34b369b2d0c65bc8c573d62 (diff) | |
download | serverdata-b160fdbc530bd4a89f350def90ae931a9442bcb6.tar.gz serverdata-b160fdbc530bd4a89f350def90ae931a9442bcb6.tar.bz2 serverdata-b160fdbc530bd4a89f350def90ae931a9442bcb6.tar.xz serverdata-b160fdbc530bd4a89f350def90ae931a9442bcb6.zip |
Remove payloads
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/event.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 4a5da07c3..820cbe6d0 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -226,10 +226,10 @@ function script sThanksgiving { // Event Schedule (all dates are inclusive) OnInit: - .valentine_stday=29; - .valentine_stmon=JANUARY; - .valentine_endday=31; - .valentine_endmon=JANUARY; + .valentine_stday=13; + .valentine_stmon=FEBRUARY; + .valentine_endday=16; + .valentine_endmon=FEBRUARY; .patrick_stday=15; .patrick_stmon=MARCH; |