Browse Source

Follow up to 6a2c122
* Removed an unused variable.

aleos89 7 years ago
parent
commit
3ab39c4cb3
1 changed files with 3 additions and 8 deletions
  1. 3 8
      src/map/status.c

+ 3 - 8
src/map/status.c

@@ -10895,14 +10895,9 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty
 			break;
 			break;
 		case SC_HEAT_BARREL:
 		case SC_HEAT_BARREL:
 			//kRO Update 2016-05-25
 			//kRO Update 2016-05-25
-			{
-				uint8 n = 10;
-				if (sd)
-					n = (uint8)sd->spiritball_old;
-				val2 = val1 * 5; // -fixed casttime
-				val3 = 6 + val1 * 2; // ATK
-				val4 = 25 + val1 * 5; // -hit
-			}
+			val2 = val1 * 5; // -fixed casttime
+			val3 = 6 + val1 * 2; // ATK
+			val4 = 25 + val1 * 5; // -hit
 			break;
 			break;
 		case SC_P_ALTER:
 		case SC_P_ALTER:
 			{
 			{