diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-24 16:49:25 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-24 16:49:25 +0000 |
commit | a06301e47be21176c4b553d7abb3ef5db7f72945 (patch) | |
tree | 8d19f0783f1d71a11c336cfe9e35a1e83eb10645 /src/map/skill.h | |
parent | 4f8feb79e16e222a71d4fb3b057688ca8285d002 (diff) | |
download | hercules-a06301e47be21176c4b553d7abb3ef5db7f72945.tar.gz hercules-a06301e47be21176c4b553d7abb3ef5db7f72945.tar.bz2 hercules-a06301e47be21176c4b553d7abb3ef5db7f72945.tar.xz hercules-a06301e47be21176c4b553d7abb3ef5db7f72945.zip |
added cart dupe-proof for named / cards items
removed unusef check_cloak_type func
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1173 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 2fb7b765a..c4b2f69cd 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -170,7 +170,6 @@ void skill_devotion_end(struct map_session_data *md,struct map_session_data *sd, // その他 int skill_check_cloaking(struct block_list *bl); -int skill_type_cloaking(struct block_list *bl); // ステ?タス異常 int skill_encchant_eremental_end(struct block_list *bl, int type); |