diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-01-11 12:11:03 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-01-11 12:11:03 +0530 |
commit | f5ec48413e7bed5d20f9836796d129d52594b49f (patch) | |
tree | 85447ceeb6b569eaa3212a4bf7e3934184f233ac /npc | |
parent | e2243978d92295f8c910436f0bb7c814f7c61a9a (diff) | |
download | hercules-f5ec48413e7bed5d20f9836796d129d52594b49f.tar.gz hercules-f5ec48413e7bed5d20f9836796d129d52594b49f.tar.bz2 hercules-f5ec48413e7bed5d20f9836796d129d52594b49f.tar.xz hercules-f5ec48413e7bed5d20f9836796d129d52594b49f.zip |
Added check for Renewal items in Shop, Fixed #8484
Diffstat (limited to 'npc')
-rw-r--r-- | npc/merchants/shops.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/merchants/shops.txt b/npc/merchants/shops.txt index c9fece1e7..81125c6fd 100644 --- a/npc/merchants/shops.txt +++ b/npc/merchants/shops.txt @@ -269,8 +269,10 @@ OnInit: sellitem Flash_Shuriken; sellitem Sharp_Leaf_Shuriken; sellitem Thorn_Needle_Shuriken; - sellitem Explosive_Kunai; - sellitem Makibishi; + if (checkre(0)){ + sellitem Explosive_Kunai; + sellitem Makibishi; + } } que_ng,73,26,5 trader Boonray#nin 4_M_01,{ |