diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-04 11:08:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-04 11:08:44 -0300 |
commit | 356d8c4e0937adccd43b12679fa9edf1e35d1a63 (patch) | |
tree | dde4bcd58688236d1ee23da35e34efbad80cc0ad | |
parent | f4cff4e7a529d655329161d6626229f8062d239f (diff) | |
download | serverdata-356d8c4e0937adccd43b12679fa9edf1e35d1a63.tar.gz serverdata-356d8c4e0937adccd43b12679fa9edf1e35d1a63.tar.bz2 serverdata-356d8c4e0937adccd43b12679fa9edf1e35d1a63.tar.xz serverdata-356d8c4e0937adccd43b12679fa9edf1e35d1a63.zip |
Fix leather quiver update time
-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."); |