Skip to content

Commit

Permalink
Follow up to 1d09abe
Browse files Browse the repository at this point in the history
* Removed an unused variable.
  • Loading branch information
aleos89 committed Jun 20, 2016
1 parent 1d09abe commit b2fedb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/map/status.c
Expand Up @@ -9330,8 +9330,7 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty
//1st Transcendent Spirit works similar to Marionette Control
if(sd && val2 == SL_HIGH) {
int stat,max_stat;
// Fetch target's stats
struct status_data* status2 = status_get_status_data(bl); // Battle status

val3 = 0;
val4 = 0;
max_stat = (status_get_lv(bl)-10<50)?status_get_lv(bl)-10:50;
Expand Down

1 comment on commit b2fedb8

@aleos89
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #1379.

Please sign in to comment.