diff options
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; |