diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-29 01:46:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-29 01:46:01 -0300 |
commit | 5092218c964349ccee995db91379017834a18c0f (patch) | |
tree | 8a8c5955b406e1b4a3690acfca8bb70b454c4e9f | |
parent | 780e05f760819e2401e2830a7af7dbbfb3d0ec0c (diff) | |
download | serverdata-5092218c964349ccee995db91379017834a18c0f.tar.gz serverdata-5092218c964349ccee995db91379017834a18c0f.tar.bz2 serverdata-5092218c964349ccee995db91379017834a18c0f.tar.xz serverdata-5092218c964349ccee995db91379017834a18c0f.zip |
Broken code
-rw-r--r-- | npc/001-11/Soren.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-11/Soren.txt b/npc/001-11/Soren.txt index 7b744c788..149bd49c5 100644 --- a/npc/001-11/Soren.txt +++ b/npc/001-11/Soren.txt @@ -7,7 +7,7 @@ 001-11,37,25,0 script Soren xd#Valentine NPC_PLAYER,{ mesn; mesq l("I will harass Demure with so many chocolate that she'll leave this event map rolling!"); - if (gettime(GETTIME_YEAR) != 2020) + if (gettime(GETTIME_YEAR) == 2020) close; next; |