diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 72637960b..140aa1283 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -199,7 +199,13 @@ function script checkclientversion { #VALENTINE_RECEIVED=0; } } - + // Update Tycoon quest exp + // dom mar 3 12:22:04 -03 2019 + if (UPDATE < 1551626524) { + UPDATE=1550280141; + if (getq(MineQuest_Tycoon) >= 15) + getexp 43000, 0; + } |