diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/status.c | 2 | ||||
-rw-r--r-- | src/map/status.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index 5c40712fa..20335d8ed 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -318,7 +318,7 @@ void initChangeTables(void) set_sc( TK_READYTURN , SC_READYTURN , SI_READYTURN , SCB_NONE ); set_sc( TK_READYCOUNTER , SC_READYCOUNTER , SI_READYCOUNTER , SCB_NONE ); set_sc( TK_DODGE , SC_DODGE , SI_DODGE , SCB_NONE ); - add_sc( TK_SPTIME , SC_EARTHSCROLL ); + set_sc( TK_SPTIME , SC_EARTHSCROLL , SI_EARTHSCROLL , SCB_NONE ); add_sc( TK_SEVENWIND , SC_SEVENWIND ); set_sc( TK_SEVENWIND , SC_GHOSTWEAPON , SI_GHOSTWEAPON , SCB_ATK_ELE ); set_sc( TK_SEVENWIND , SC_SHADOWWEAPON , SI_SHADOWWEAPON , SCB_ATK_ELE ); diff --git a/src/map/status.h b/src/map/status.h index 937f80ff0..611a63fbd 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -529,7 +529,7 @@ enum si_type { // SI_DISABLEMOVE = 202, SI_MADNESSCANCEL = 203, //[blackhole89] SI_GATLINGFEVER = 204, -// SI_EARTHSCROLL = 205, + SI_EARTHSCROLL = 205, SI_UTSUSEMI = 206, SI_BUNSINJYUTSU = 207, SI_NEN = 208, |