diff options
Diffstat (limited to 'src/map/config/Data')
-rw-r--r-- | src/map/config/Data/Const.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/config/Data/Const.h b/src/map/config/Data/Const.h index b4984f9c2..2071a4a8c 100644 --- a/src/map/config/Data/Const.h +++ b/src/map/config/Data/Const.h @@ -13,6 +13,11 @@ * "Constants" **/ #if RECASTING + + #if REMODE == 0 + #error RECASTING requires REMODE enabled + #endif + #define CONST_CASTRATE_SCALE RECASTING_VMIN /** * Cast Rate Formula: (DEX x 2)+INT |