Browse Source

Fixed full throttle status icon

It now displays the time correctly.
Fixes #1384 thanks to @julia40124009
Lemongrass3110 9 years ago
parent
commit
f03174123e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/map/status.c

+ 0 - 1
src/map/status.c

@@ -10328,7 +10328,6 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty
 			val3 = 20; //+% AllStats
 			val3 = 20; //+% AllStats
 			tick_time = 1000;
 			tick_time = 1000;
 			val4 = tick / tick_time;
 			val4 = tick / tick_time;
-			tick = -1;
 			break;
 			break;
 		case SC_REBOUND:
 		case SC_REBOUND:
 			tick_time = 2000;
 			tick_time = 2000;