summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-26 08:03:03 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-26 08:03:03 +0000
commit30251c21f6e8f643a52034caf2e433111b0849ce (patch)
treeb2967c03ba25802ee295459d90dc53204873fdab /src/map/skill.c
parent654b42c63b3b3c95e7f454dac1441696aa5fb92d (diff)
downloadhercules-30251c21f6e8f643a52034caf2e433111b0849ce.tar.gz
hercules-30251c21f6e8f643a52034caf2e433111b0849ce.tar.bz2
hercules-30251c21f6e8f643a52034caf2e433111b0849ce.tar.xz
hercules-30251c21f6e8f643a52034caf2e433111b0849ce.zip
* Fixed typo in skill.c: skill_clear_group
* Fixed command descriptions in script_commands.txt * Cosmetic changes to script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6289 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index e17af7e23..887bc62ce 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -8943,7 +8943,7 @@ int skill_clear_group(struct block_list *bl, int flag)
}
}
- for (i=0;i<count;i++);
+ for (i=0;i<count;i++)
skill_delunitgroup(bl, group[i]);
return count;
}