From 7e89cf01bd76ebed23a5d9eba56b763f1e3c4814 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 14 Nov 2012 23:22:55 +0000 Subject: Fixed bugreport:6892 HP display is now properly updated git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16925 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/status.c b/src/map/status.c index 3df88e823..68b7498fc 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -9419,7 +9419,7 @@ int status_change_end_(struct block_list* bl, enum sc_type type, int tid, const clif_status_load(bl, SI_ACTIVE_MONSTER_TRANSFORM, 0); break; case SC_INTRAVISION: - calc_flag = SCB_BASE;/* required for overlapping */ + calc_flag = SCB_ALL;/* required for overlapping */ break; } -- cgit v1.2.3-70-g09d2