From 6c7ae76facc1191e47a43c3ea76d2c2c30025d85 Mon Sep 17 00:00:00 2001 From: Mhalicot Date: Tue, 3 Dec 2013 13:30:17 +0700 Subject: Fixed error when unbinding items, removed /* */ --- npc/custom/itembind.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/custom') diff --git a/npc/custom/itembind.txt b/npc/custom/itembind.txt index 916c57a46..8462b1515 100644 --- a/npc/custom/itembind.txt +++ b/npc/custom/itembind.txt @@ -63,7 +63,7 @@ prontera,144,174,4 script Bound Items 4_M_JP_MID,{ logmes "Bound "+ @inventorylist_amount[.@item]+" "+@inventorylist_id[.@item]+" as "+.boundtypes$[.@boundtype]+" type."; } } else { - /*if(!countbound()) { + if(!countbound()) { mes "You don't have any bound items in your inventory. Not much I can do here."; close; } @@ -74,7 +74,7 @@ prontera,144,174,4 script Bound Items 4_M_JP_MID,{ mes "You don't have enough to unbind an item."; close; } - }*/ + } getinventorylist(); for(.@i = 0; .@i < @inventorylist_count; .@i++) { if(@inventorylist_bound[.@i]) { -- cgit v1.2.3-60-g2f50