From bd13d64bc67cdfa489faffe92f220cc8eb0c2520 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 14 Nov 2012 23:22:55 +0000 Subject: [PATCH] Fixed bugreport:6892 HP display is now properly updated git-svn-id: https://svn.code.sf.net/p/rathena/svn/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 3df88e8230..68b7498fca 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; }