diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 51a830b1d..2d688c7a5 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -145,7 +145,7 @@ OnClock0000: announce ("St. Patrick Day will start tomorrow!"), bc_all|bc_npc; } // Last Day: Send out an announcement - if (.@d == .patrick_endday - 1) { + if (.@d == .patrick_endday) { channelmes("#world", "It's the last day for St. Patrick Event! Hurry up!"); announce ("t's the last day for St. Patrick Event! Hurry up!"), bc_all|bc_npc; } |