From 6e17435015d3a6d94e4633c9d52b1844f13fd977 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Dec 2019 16:26:52 -0300 Subject: The scope of #UPDATE was forgotten --- npc/functions/clientversion.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 79e91f376..701d6cd68 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -645,7 +645,7 @@ function script clientupdater { if (countitem(LeatherQuiver)) { getitem TitaniumOre, countitem(LeatherQuiver)*3; getitem Coal, countitem(LeatherQuiver)*2; - dispbottom l("Titanium Ore and COal refunded on Leather Quiver update."); + dispbottom l("Titanium Ore and Coal refunded on Leather Quiver update."); } // Braknar shield recipe if (getq(NivalisQuest_Baktar) >= 3) { @@ -725,10 +725,11 @@ function script clientupdater { if (UPDATE < 1573085741) { UPDATE=1573085741; // Login reward fix - if (#LOGIN_ALLTIME >= 6) { + if (#LOGIN_ALLTIME >= 6 && #UPDATE < 1573085741) { dispbottom l("CONGRATULATIONS! For a semester worth of logins, you're getting a pet!"); makepet Piou; } + #UPDATE=1573085741; // Ryan Quest if (getq(HalinarzoQuest_LifeDelight) >= 3) -- cgit v1.2.3-60-g2f50