diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index ca9ea89c8..87b32e217 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -215,6 +215,16 @@ function script checkclientversion { else Karma=100+Karma; } + // Update Tycoon quest Miner Knife + // ter mar 26 10:00:22 -03 2019 + if (UPDATE < 1553605222) { + if (UPDATE <= 1551626524) { + if (getq(MineQuest_Tycoon) >= 6) { + getitem MinerKnife, 1; + } + } + UPDATE=1553605222; + } |