summaryrefslogtreecommitdiff
path: root/npc/custom/itembind.txt
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-12-24 02:03:44 -0200
committershennetsind <ind@henn.et>2013-12-24 02:03:44 -0200
commit337d3bf6bfa4a51c291d0b4420e1eb0b5a21f52d (patch)
tree77d7e0cbf1b901961e672d44f184fa71635752cc /npc/custom/itembind.txt
parentcf19b26d50ac96111e44c33a80afd1f1ea935cec (diff)
parent68b3278813a12514a6ff589777715968036dae07 (diff)
downloadhercules-337d3bf6bfa4a51c291d0b4420e1eb0b5a21f52d.tar.gz
hercules-337d3bf6bfa4a51c291d0b4420e1eb0b5a21f52d.tar.bz2
hercules-337d3bf6bfa4a51c291d0b4420e1eb0b5a21f52d.tar.xz
hercules-337d3bf6bfa4a51c291d0b4420e1eb0b5a21f52d.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/custom/itembind.txt')
-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]) {