diff options
Diffstat (limited to 'src/config/core.h')
-rw-r--r-- | src/config/core.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config/core.h b/src/config/core.h index b5ad1b794..edd5c2b2a 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -61,9 +61,16 @@ /// By enabling it, the system will create an unique id for each new non stackable item created //#define NSI_UNIQUE_ID +/// Comment to disable Guild/Party Bound item system +#define GP_BOUND_ITEMS + /// Uncomment to enable real-time server stats (in and out data and ram usage). [Ai4rei] //#define SHOW_SERVER_STATS + +/// Comment to disable autotrade persistency (where autotrading merchants survive server restarts) +#define AUTOTRADE_PERSISTENCY + /** * No settings past this point **/ |