diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-03-03 17:18:12 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-03-03 17:18:12 +0530 |
commit | 7f68a615fea24ab0d63da02fa0312267bc43e3a1 (patch) | |
tree | 90e81ffac8e013dfb7b906f379ae4ae0456c3e96 /npc/merchants/shops.txt | |
parent | ef6b4359e75f8da1ad175418058bcee0f965788f (diff) | |
download | hercules-7f68a615fea24ab0d63da02fa0312267bc43e3a1.tar.gz hercules-7f68a615fea24ab0d63da02fa0312267bc43e3a1.tar.bz2 hercules-7f68a615fea24ab0d63da02fa0312267bc43e3a1.tar.xz hercules-7f68a615fea24ab0d63da02fa0312267bc43e3a1.zip |
Updated ninja shop
Diffstat (limited to 'npc/merchants/shops.txt')
-rw-r--r-- | npc/merchants/shops.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/merchants/shops.txt b/npc/merchants/shops.txt index 81125c6fd..a45ec6adb 100644 --- a/npc/merchants/shops.txt +++ b/npc/merchants/shops.txt @@ -282,6 +282,14 @@ OnInit: sellitem Ice_Stone; sellitem Wind_Stone; sellitem Shadow_Orb; + sellitem Charm_Fire; + sellitem Charm_Ice; + sellitem Charm_Wind; + sellitem Charm_Earth; + if (checkre(0)){ + sellitem Fox_Armguard; + sellitem Special_Ninja_Suit; + } } |