diff options
Diffstat (limited to 'src/config/renewal.h')
-rw-r--r-- | src/config/renewal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/renewal.h b/src/config/renewal.h index 8bd151f57..a7fd22c37 100644 --- a/src/config/renewal.h +++ b/src/config/renewal.h @@ -13,6 +13,8 @@ * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder **/ +#ifndef DISABLE_RENEWAL + /// game renewal server mode /// (disable by commenting the line) /// @@ -69,4 +71,6 @@ /// - some skill/item ASPD bonuses won't stack #define RENEWAL_ASPD +#endif // DISABLE_RENEWAL + #endif // _CONFIG_RENEWAL_H_ |