diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-15 17:21:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-15 17:21:30 -0300 |
commit | 14e4b85e119173989d0eb85bf596b7d0e7013ff7 (patch) | |
tree | 6106a75c47cc8fa48cf442f1efbe0e864808b508 /npc/functions/clientversion.txt | |
parent | 741e601a03aa9dc2c2a06ed9d4e9b796d3da7a92 (diff) | |
download | serverdata-14e4b85e119173989d0eb85bf596b7d0e7013ff7.tar.gz serverdata-14e4b85e119173989d0eb85bf596b7d0e7013ff7.tar.bz2 serverdata-14e4b85e119173989d0eb85bf596b7d0e7013ff7.tar.xz serverdata-14e4b85e119173989d0eb85bf596b7d0e7013ff7.zip |
Fix bugs, move Colin and Luca to second building, change restrictions of second
building, add Professor and Researcher for new feature.
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 21054c3fa..d79a58aaf 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -281,7 +281,6 @@ function script clientupdater { } // Bounty Hunter Helmet if (MERCENARY_DAILYQUEST > 100) { - inventoryplace BountyHunterHelmet, 1; getitem BountyHunterHelmet, 1; } |