Explorar o código

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
shennetsind %!s(int64=12) %!d(string=hai) anos
pai
achega
bd13d64bc6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/map/status.c

+ 1 - 1
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;
 		}