diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-11 10:17:53 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-11 10:17:53 +0000 |
commit | d4e895de213f20d1e66846b25afee77dd310a28a (patch) | |
tree | 7707ddfcc8b81808a36baab56f111f32396bd550 /src/map/map.h | |
parent | 6cb7f24e8447fb5149f19bb8a04d902472b3bd4e (diff) | |
download | hercules-d4e895de213f20d1e66846b25afee77dd310a28a.tar.gz hercules-d4e895de213f20d1e66846b25afee77dd310a28a.tar.bz2 hercules-d4e895de213f20d1e66846b25afee77dd310a28a.tar.xz hercules-d4e895de213f20d1e66846b25afee77dd310a28a.zip |
* Reduced memory used for the skill_tree DB by 30+mb
* Added script commands isday and isnight
* Updated Sharp Shooting, Ankle Snare, Magnum Break, Tiger Fist, Devotion, Soul Burn
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1072 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 5944167ad..04baea121 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -689,6 +689,7 @@ void map_foreachinarea(int (*)(struct block_list*,va_list),int,int,int,int,int,i // -- moonsoul (added map_foreachincell) void map_foreachincell(int (*)(struct block_list*,va_list),int,int,int,int,...); void map_foreachinmovearea(int (*)(struct block_list*,va_list),int,int,int,int,int,int,int,int,...); +void map_foreachinpath(int (*)(struct block_list*,va_list),int,int,int,int,int,int,int,int,...); // Celest int map_countnearpc(int,int,int); //block関連に追加 int map_count_oncell(int m,int x,int y); |