summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsevenzz23 <sevenzz23@yahoo.com>2013-11-01 02:22:55 +0700
committersevenzz23 <sevenzz23@yahoo.com>2013-11-01 02:22:55 +0700
commitc5795013b52c95847491e13a5549381016629640 (patch)
treee28ccdebc2a1d308acf6f1117c2253ae61fb4f5c /src
parentc47d8e4b8f9d63ab6b4e7e286e91cd50a5bdd151 (diff)
downloadhercules-c5795013b52c95847491e13a5549381016629640.tar.gz
hercules-c5795013b52c95847491e13a5549381016629640.tar.bz2
hercules-c5795013b52c95847491e13a5549381016629640.tar.xz
hercules-c5795013b52c95847491e13a5549381016629640.zip
Item Binding System Final.
Fixed, some issue thanks to Master Ind ;) Signed-off-by: sevenzz23 <sevenzz23@yahoo.com>
Diffstat (limited to 'src')
-rw-r--r--src/map/pc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index ba445b4f4..6c4ebe149 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -10331,6 +10331,7 @@ void pc_defaults(void) {
pc->class2idx = pc_class2idx;
pc->get_group_level = pc_get_group_level;
pc->can_give_items = pc_can_give_items;
+ pc->bound_chk = pc_bound_chk;
pc->can_give_bounded_items = pc_can_give_bounded_items;
pc->can_use_command = pc_can_use_command;