diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-23 09:30:37 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-23 09:30:37 +0000 |
commit | 0184004cacce57c32c7d06dfa24e0a703de76554 (patch) | |
tree | 6879914f15f437ca61108f3ad3dd52b4e6c8c873 /src/map/config | |
parent | 0352df880b0e71766ce0c3886355e285e329429d (diff) | |
download | hercules-0184004cacce57c32c7d06dfa24e0a703de76554.tar.gz hercules-0184004cacce57c32c7d06dfa24e0a703de76554.tar.bz2 hercules-0184004cacce57c32c7d06dfa24e0a703de76554.tar.xz hercules-0184004cacce57c32c7d06dfa24e0a703de76554.zip |
Added the missing Fixed Casting Time support.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15780 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/config')
-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 |