diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 26b0f061b..e1c504aaa 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -180,7 +180,6 @@ void initChangeTables(void) add_sc( HT_FREEZINGTRAP , SC_FREEZE ); set_sc( AS_CLOAKING , SC_CLOAKING , SI_CLOAKING , SCB_CRI|SCB_SPEED ); add_sc( AS_SONICBLOW , SC_STUN ); - set_sc( AS_GRIMTOOTH , SC_SLOWDOWN , SI_BLANK , SCB_SPEED ); set_sc( AS_ENCHANTPOISON , SC_ENCPOISON , SI_ENCPOISON , SCB_ATK_ELE ); set_sc( AS_POISONREACT , SC_POISONREACT , SI_POISONREACT , SCB_NONE ); add_sc( AS_VENOMDUST , SC_POISON ); |