Skip to content

Commit

Permalink
Follow up to 6a2c122
Browse files Browse the repository at this point in the history
* Removed an unused variable.
  • Loading branch information
aleos89 committed Oct 13, 2017
1 parent 57113d1 commit 3ab39c4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/map/status.c
Expand Up @@ -10895,14 +10895,9 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty
break;
case SC_HEAT_BARREL:
//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;
case SC_P_ALTER:
{
Expand Down

0 comments on commit 3ab39c4

Please sign in to comment.