diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-21 14:18:48 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-21 14:18:48 +0000 |
commit | 9a850a659b05bbd8be0c51027bda20493d875431 (patch) | |
tree | 3d7cec4b5c9ba84b23b498be245b45322666e590 /src/map/skill.c | |
parent | 316b68609dad823f0dee0abf50726d495b6fdda5 (diff) | |
download | hercules-9a850a659b05bbd8be0c51027bda20493d875431.tar.gz hercules-9a850a659b05bbd8be0c51027bda20493d875431.tar.bz2 hercules-9a850a659b05bbd8be0c51027bda20493d875431.tar.xz hercules-9a850a659b05bbd8be0c51027bda20493d875431.zip |
- Added back cropping the attack delay to attack motion for those weird mobs that have a aDelay less than their aMotion time.
- Made the Note 4 comment clearer in the battle config files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9548 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index c69ecbaeb..33e02296a 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -2167,7 +2167,7 @@ int skill_attack (int attack_type, struct block_list* src, struct block_list *ds *------------------------------------------ */ static int skill_area_temp[8]; -static int skill_unit_temp[24]; /* For storing skill_unit ids as players move in/out of them. [Skotlex] */ +static int skill_unit_temp[64]; /* For storing skill_unit ids as players move in/out of them. [Skotlex] */ static int skill_unit_index=0; //Well, yeah... am too lazy to pass pointers around :X typedef int (*SkillFunc)(struct block_list *, struct block_list *, int, int, unsigned int, int); int skill_area_sub (struct block_list *bl, va_list ap) |