From f5ec48413e7bed5d20f9836796d129d52594b49f Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 11 Jan 2015 12:11:03 +0530 Subject: Added check for Renewal items in Shop, Fixed #8484 --- npc/merchants/shops.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/merchants/shops.txt') 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,{ -- cgit v1.2.3-60-g2f50