diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-28 03:07:59 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-28 03:07:59 +0000 |
commit | d84f1081d81ceaafe1f4de1e8839ccce656dfdc2 (patch) | |
tree | 05b119aad01ba054c15a01a73cf81aa50875e83a /src/map/unit.c | |
parent | fd5a6f34813f11dde4d46a7cfa6402ab681f9d28 (diff) | |
download | hercules-d84f1081d81ceaafe1f4de1e8839ccce656dfdc2.tar.gz hercules-d84f1081d81ceaafe1f4de1e8839ccce656dfdc2.tar.bz2 hercules-d84f1081d81ceaafe1f4de1e8839ccce656dfdc2.tar.xz hercules-d84f1081d81ceaafe1f4de1e8839ccce656dfdc2.zip |
- skill_castend_id and skill_castend_pos will trigger unit_stop_walking with flag 1 (fix pos) rather than none. Should fix some skills making you appear moving while doing them.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6336 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 1ba8fd92f..84d964fe9 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -680,11 +680,6 @@ int unit_set_walkdelay(struct block_list *bl, unsigned int tick, int delay, int return 1;
}
-/*==========================================
- * Applies walk delay based on attack type. [Skotlex]
- *------------------------------------------
- */
-
int unit_skilluse_id2(struct block_list *src, int target_id, int skill_num, int skill_lv, int casttime, int castcancel) {
struct unit_data *ud;
struct status_change *sc;
|