summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/status.c b/src/map/status.c
index e0375bfad..b7c595d51 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -5933,9 +5933,6 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val
case SC_ORCISH:
sc->option |= OPTION_ORCISH;
break;
- case SC_SIGHTTRASHER:
- sc->option |= OPTION_SIGHTTRASHER;
- break;
case SC_FUSION:
sc->option |= OPTION_FLYING;
break;
@@ -6391,9 +6388,6 @@ int status_change_end( struct block_list* bl , int type,int tid )
case SC_RUWACH:
sc->option &= ~OPTION_RUWACH;
break;
- case SC_SIGHTTRASHER:
- sc->option &= ~OPTION_SIGHTTRASHER;
- break;
case SC_FUSION:
sc->option &= ~OPTION_FLYING;
break;