diff options
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 847c39415..87fcc6dde 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -1558,6 +1558,10 @@ int skill_onskillusage(struct map_session_data *sd, struct block_list *bl, int s } sd->autospell3[i].lock = false; sd->state.autocast = 0; + /** + * bugreport:5324 trigger recursion + **/ + skill_onskillusage(sd, bl, skill, tick); } if( sd && sd->autobonus3[0].rate ) |