|
@@ -1558,6 +1558,10 @@ int skill_onskillusage(struct map_session_data *sd, struct block_list *bl, int s
|
|
}
|
|
}
|
|
sd->autospell3[i].lock = false;
|
|
sd->autospell3[i].lock = false;
|
|
sd->state.autocast = 0;
|
|
sd->state.autocast = 0;
|
|
|
|
+ /**
|
|
|
|
+ * bugreport:5324 trigger recursion
|
|
|
|
+ **/
|
|
|
|
+ skill_onskillusage(sd, bl, skill, tick);
|
|
}
|
|
}
|
|
|
|
|
|
if( sd && sd->autobonus3[0].rate )
|
|
if( sd && sd->autobonus3[0].rate )
|