diff options
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index acf4bc1ef..f05688426 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -7216,7 +7216,7 @@ int skill_unit_onplace_timer (struct skill_unit *src, struct block_list *bl, uns int count = 0; const int x = bl->x, y = bl->y; - //If target isn't knocked back it should hit every 20ms [Playtester] + //If target isn't knocked back it should hit every "interval" ms [Playtester] do { if( bl->type == BL_PC ) |