diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index a53a74e14..85dd32b0c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -8708,6 +8708,7 @@ int status_change_end_(struct block_list* bl, enum sc_type type, int tid, const case SC_CLOAKINGEXCEED: case SC__INVISIBILITY: sc->option &= ~OPTION_CLOAK; + case SC_CAMOUFLAGE: opt_flag|= 2; break; case SC_CHASEWALK: |