From 0f715fc0dbaa5c2327a951d107e971f3d7ebd216 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 12 Nov 2012 00:53:03 +0000 Subject: Follow up r16916: enforced status recalc when intravision ends to ensure it is properly overridden. Follow up r16914: removed unused var git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16917 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/status.c') 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; -- cgit v1.2.3-60-g2f50