summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-24 02:55:55 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-24 02:55:55 +0000
commit42cb65ffe692ccb12623fbc9af12e31f7678d33c (patch)
tree948b3fd62fb3beec34d5dc429c82bcd0dee0ce01 /src/map/skill.h
parentfd7e97b5e56bc22dad7814b20fefe45c66ff5352 (diff)
downloadhercules-42cb65ffe692ccb12623fbc9af12e31f7678d33c.tar.gz
hercules-42cb65ffe692ccb12623fbc9af12e31f7678d33c.tar.bz2
hercules-42cb65ffe692ccb12623fbc9af12e31f7678d33c.tar.xz
hercules-42cb65ffe692ccb12623fbc9af12e31f7678d33c.zip
Updated new guild skills (50%)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@338 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 774076649..83150b044 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -102,6 +102,7 @@ int skill_addtimerskill(struct block_list *src,unsigned int tick,int target,int
int skill_additional_effect( struct block_list* src, struct block_list *bl,int skillid,int skilllv,int attack_type,unsigned int tick);
// ユニットスキル
+struct skill_unit_group *skill_unitsetting( struct block_list *src, int skillid,int skilllv,int x,int y,int flag);
struct skill_unit *skill_initunit(struct skill_unit_group *group,int idx,int x,int y);
int skill_delunit(struct skill_unit *unit);
struct skill_unit_group *skill_initunitgroup(struct block_list *src,
@@ -347,7 +348,7 @@ enum { // struct map_session_data の status_changeの番?テ?ブル
SC_SOULCOLD = 198,
SC_HAWKEYES = 199,
SC_BATTLEORDERS = 200,
- SC_REGENERATION = 201,
+ SC_REGENERATION = 201,
// -- testing various SC effects