diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-12-16 00:15:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-12-16 00:15:12 -0300 |
commit | 50018c7e8c186a9f12e2a48b1036ae262449870b (patch) | |
tree | 08167bcc4e96fa5a96bdda4e98fe4cd43ea66205 /npc/functions/clientversion.txt | |
parent | 39763f33ec62464ff30abbb550c05e4e3758dcfd (diff) | |
download | serverdata-50018c7e8c186a9f12e2a48b1036ae262449870b.tar.gz serverdata-50018c7e8c186a9f12e2a48b1036ae262449870b.tar.bz2 serverdata-50018c7e8c186a9f12e2a48b1036ae262449870b.tar.xz serverdata-50018c7e8c186a9f12e2a48b1036ae262449870b.zip |
This should in theory track your anniversary (365 days, NOT a year). Prizeless.
NO reward is given whatsoever, as it is easily cheat-able.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 3058ce524..ea089d602 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1161,6 +1161,7 @@ function script clientupdater { dispbottom l("You received the @@ from @@.", getitemlink(Lightbringer), l("The Mana Source")); } } + // TODO: Anniversary (leap years disregarded) // :// End of Regular Update System //////////////////////////////////// |