Skip to content

Commit

Permalink
Fixed Bug #7273
Browse files Browse the repository at this point in the history
Special Thanks to Beret, Judas.
http://hercules.ws/board/tracker/issue-7273-arrow-storm/

Signed-off-by: shennetsind <ind@henn.et>
  • Loading branch information
shennetsind committed Jun 9, 2013
1 parent d4b02ba commit 75edbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/skill.c
Original file line number Diff line number Diff line change
Expand Up @@ -16875,7 +16875,7 @@ int skill_blockpc_start_(struct map_session_data *sd, uint16 skill_id, int tick,
}

if( battle_config.display_status_timers )
clif->skill_cooldown(sd, idx, tick);
clif->skill_cooldown(sd, skill_id, tick);

if( !load ) {// not being loaded initially so ensure the skill delay is recorded
if( !(cd = idb_get(skillcd_db,sd->status.char_id)) ) {// create a new skill cooldown object for map storage
Expand Down

0 comments on commit 75edbe7

Please sign in to comment.