diff options
-rw-r--r-- | npc/functions/clientversion.txt | 8 |
1 files 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."); |