summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-13 05:03:59 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-13 05:03:59 +0000
commit9d694d82b4861271193535f0a7f77349482ac84e (patch)
tree000143c0abba6d0119258ccda9351d47367fb1ad /src/map/skill.h
parent6b4bb61343f4c08e881228e569c95507e0250a1a (diff)
downloadhercules-9d694d82b4861271193535f0a7f77349482ac84e.tar.gz
hercules-9d694d82b4861271193535f0a7f77349482ac84e.tar.bz2
hercules-9d694d82b4861271193535f0a7f77349482ac84e.tar.xz
hercules-9d694d82b4861271193535f0a7f77349482ac84e.zip
Follow up r15084, tested and adjusted
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15086 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index b4e0f209e..bbcd68549 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -309,7 +309,7 @@ int skill_unit_move_unit_group( struct skill_unit_group *group, int m,int dx,int
struct skill_unit_group *skill_check_dancing( struct block_list *src );
// Guild skills [celest]
-int skill_guildaura_sub (struct map_session_data* sd, int id, int gid, int strvit, int agidex);
+int skill_guildaura_sub (struct map_session_data* sd, int id, int strvit, int agidex);
// 詠唱キャンセル
int skill_castcancel(struct block_list *bl,int type);