diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index 802a1c023..a7c14dcaf 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -9412,6 +9412,9 @@ int status_change_end_(struct block_list* bl, enum sc_type type, int tid, const clif_status_load(bl, SI_KYOUGAKU, 0); // Avoid client crash clif_status_load(bl, SI_ACTIVE_MONSTER_TRANSFORM, 0); break; + case SC_INTRAVISION: + calc_flag = SCB_ALL;/* required for overlapping */ + break; } opt_flag = 1; |