diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-22 09:47:14 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-22 09:47:14 +0000 |
commit | f17d2bce48c612644e5621b0303f983bedbc26d7 (patch) | |
tree | e835feb99cde9d4ce87ada0cb6a87dbd5c50e021 /src/map/map.h | |
parent | 8b8f847bb862c2cfa31557fb54d81e3e7b5c6be4 (diff) | |
download | hercules-f17d2bce48c612644e5621b0303f983bedbc26d7.tar.gz hercules-f17d2bce48c612644e5621b0303f983bedbc26d7.tar.bz2 hercules-f17d2bce48c612644e5621b0303f983bedbc26d7.tar.xz hercules-f17d2bce48c612644e5621b0303f983bedbc26d7.zip |
Fixed bugreport:5604 Firewalk and Electric Walk now function properly.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15917 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index a92a22884..8c4e30e3d 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -631,7 +631,7 @@ int map_foreachinpath(int (*func)(struct block_list*,va_list), int m, int x0, in int map_foreachinmap(int (*func)(struct block_list*,va_list), int m, int type, ...); //block関連に追加 int map_count_oncell(int m,int x,int y,int type); -struct skill_unit *map_find_skill_unit_oncell(struct block_list *,int x,int y,int skill_id,struct skill_unit *); +struct skill_unit *map_find_skill_unit_oncell(struct block_list *,int x,int y,int skill_id,struct skill_unit *, int flag); // 一時的object関連 int map_get_new_object_id(void); int map_search_freecell(struct block_list *src, int m, short *x, short *y, int rx, int ry, int flag); |