From 356d8c4e0937adccd43b12679fa9edf1e35d1a63 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 4 Sep 2019 11:08:44 -0300 Subject: Fix leather quiver update time --- npc/functions/clientversion.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 69566c40a..c6f8d08a5 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -634,10 +634,10 @@ function script clientupdater { // Force user to disconnect atcommand "@kick "+strcharinfo(0); } - // TODO - // sex ago 9 18:10:20 -03 2019 - if (UPDATE < 1565385020) { - UPDATE=1565385020; + // Leather Quiver price update + // qua set 4 11:07:12 -03 2019 + if (UPDATE < 1567606032) { + UPDATE=1567606032; if (countitem(LeatherQuiver)) { getitem TitaniumOre, countitem(LeatherQuiver)*3; dispbottom l("Titanium Ore refunded on Leather Quiver update."); -- cgit v1.2.3-70-g09d2