From 75edbe75fb52e3c481fb2db2ce64421a185e820a Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 9 Jun 2013 02:39:39 -0300 Subject: Fixed Bug #7273 Special Thanks to Beret, Judas. http://hercules.ws/board/tracker/issue-7273-arrow-storm/ Signed-off-by: shennetsind --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/skill.c b/src/map/skill.c index cc9e3897a..f7a943633 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -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 -- cgit v1.2.3-60-g2f50