summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/custom/itembind.txt4
1 files changed, 2 insertions, 2 deletions
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]) {