diff options
author | shennetsind <ind@henn.et> | 2013-11-07 16:04:51 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-07 16:04:51 -0200 |
commit | b9b32ac7609e33c21b488d722103cc0eea16b12c (patch) | |
tree | a2d96930f2f608a14374434e487c1f06ea703728 /src/config | |
parent | 52864b40d6f9df5682b257ac2f36d645895364be (diff) | |
download | hercules-b9b32ac7609e33c21b488d722103cc0eea16b12c.tar.gz hercules-b9b32ac7609e33c21b488d722103cc0eea16b12c.tar.bz2 hercules-b9b32ac7609e33c21b488d722103cc0eea16b12c.tar.xz hercules-b9b32ac7609e33c21b488d722103cc0eea16b12c.zip |
Item Bound Fixes/Adjustments/Improvements
Special Thanks to Haruna
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/core.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config/core.h b/src/config/core.h index 481c35af8..daadc6455 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -62,8 +62,7 @@ //#define NSI_UNIQUE_ID /// Comment to disable Guild/Party Bound item system -/// By default, we recover/remove Guild/Party Bound items automatically -#define BOUND_ITEMS +#define GP_BOUND_ITEMS /// Uncomment to enable real-time server stats (in and out data and ram usage). [Ai4rei] //#define SHOW_SERVER_STATS |