Explorar o código

Corrected SC_HELPANGEL (#8220)

Heal amount of SC_HELPANGEL (NV_HELPANGEL skill) is now not displayed.
Atemo hai 1 ano
pai
achega
100b590094
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/map/status.cpp

+ 1 - 1
src/map/status.cpp

@@ -14819,7 +14819,7 @@ TIMER_FUNC(status_change_timer){
 		break;
 	case SC_HELPANGEL:
 		if (--(sce->val4) >= 0) {
-			status_heal(bl, 1000, 350, 2);
+			status_heal(bl, 1000, 350, 0);	// Heal amount not displayed
 			sc_timer_next(1000 + tick);
 			return 0;
 		}