diff options
author | shennetsind <ind@henn.et> | 2013-11-07 17:05:56 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-07 17:05:56 -0200 |
commit | 8083daec0d94f78510411c9b225abcfa7e829e95 (patch) | |
tree | c872c4b13d0853c2acf426cdf85dd25d010e3974 /src/map/pc.h | |
parent | b9b32ac7609e33c21b488d722103cc0eea16b12c (diff) | |
download | hercules-8083daec0d94f78510411c9b225abcfa7e829e95.tar.gz hercules-8083daec0d94f78510411c9b225abcfa7e829e95.tar.bz2 hercules-8083daec0d94f78510411c9b225abcfa7e829e95.tar.xz hercules-8083daec0d94f78510411c9b225abcfa7e829e95.zip |
Further item bind adjustments
Thanks to Haruna!
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 93463d19b..32ca214c0 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -750,7 +750,7 @@ struct pc_interface { int (*get_group_level) (struct map_session_data *sd); //int (*getrefinebonus) (int lv,int type); FIXME: This function does not exist, nor it is ever called bool (*can_give_items) (struct map_session_data *sd); - bool (*can_give_bounded_items) (struct map_session_data *sd); + bool (*can_give_bound_items) (struct map_session_data *sd); bool (*can_use_command) (struct map_session_data *sd, const char *command); bool (*has_permission) (struct map_session_data *sd, unsigned int permission); |