Skip to content

Commit

Permalink
Fixed issue: 8136
Browse files Browse the repository at this point in the history
  • Loading branch information
panikon committed Apr 5, 2014
1 parent 94ef1ee commit 4768082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/map/status.c
Expand Up @@ -5425,6 +5425,8 @@ short status_calc_aspd(struct block_list *bl, struct status_change *sc, short fl
skills2 -= 25;
if( sc->data[SC_MELON_BOMB] )
skills2 -= sc->data[SC_MELON_BOMB]->val1;
if( sc->data[SC_PAIN_KILLER] )
skills2 -= sc->data[SC_PAIN_KILLER]->val2;

if( sc->data[SC_SWING] )
skills2 += sc->data[SC_SWING]->val3;
Expand Down

0 comments on commit 4768082

Please sign in to comment.