summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-02 20:11:07 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-02 20:11:07 +0000
commitb8cecabe98a2d0762d945a08d52f6a37587ce83d (patch)
treec4e6d9a31dc50accc07dacbe319f822e4ee260df /src/map/skill.h
parenta96e29d1e6b233ff00c03584d58456a82213d26a (diff)
downloadhercules-b8cecabe98a2d0762d945a08d52f6a37587ce83d.tar.gz
hercules-b8cecabe98a2d0762d945a08d52f6a37587ce83d.tar.bz2
hercules-b8cecabe98a2d0762d945a08d52f6a37587ce83d.tar.xz
hercules-b8cecabe98a2d0762d945a08d52f6a37587ce83d.zip
- Some cleanup on mob_can_reach code to prevent unnecessary path-searching
- Optimized the path-searching ai for mobs to try target cells around the target in order rather than randomly picked cells. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5434 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 9c38744db..24ff74066 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -187,6 +187,7 @@ struct skill_unit_group *skill_initunitgroup(struct block_list *src,
int count,int skillid,int skilllv,int unit_id);
int skill_delunitgroup(struct skill_unit_group *group);
int skill_clear_unitgroup(struct block_list *src);
+int skill_clear_element_field(struct block_list *bl);
int skill_unit_ondamaged(struct skill_unit *src,struct block_list *bl,
int damage,unsigned int tick);