summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-10 14:21:52 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-10 14:21:52 +0000
commit21e3a2b44c691dbdbef5c5c39f3c0b2285534fe2 (patch)
treebca1d79bbd31ab86fd2b9836520a6d96d0720a12 /src/map/map.h
parent4df6d4b882583a2dcb3155a2cfc0e380a5f6f70c (diff)
downloadhercules-21e3a2b44c691dbdbef5c5c39f3c0b2285534fe2.tar.gz
hercules-21e3a2b44c691dbdbef5c5c39f3c0b2285534fe2.tar.bz2
hercules-21e3a2b44c691dbdbef5c5c39f3c0b2285534fe2.tar.xz
hercules-21e3a2b44c691dbdbef5c5c39f3c0b2285534fe2.zip
- Modified map_searchrandfreecell to always do a check on a 9x9 area around the target tile, and to return the x,y coordinates modified with the new target.
- Modified map_addflooritem so that the type is &1 for mvp drops and &2 for stacking checks, when &2 the item to drop cannot stack on the floor, otherwise it has no stacking limit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5248 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index f8bfa82cc..a7aeb247c 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1250,7 +1250,6 @@ int map_clearflooritem_timer(int,unsigned int,int,int);
int map_removemobs_timer(int,unsigned int,int,int);
#define map_clearflooritem(id) map_clearflooritem_timer(0,0,id,1)
int map_addflooritem(struct item *,int,int,int,int,struct map_session_data *,struct map_session_data *,struct map_session_data *,int);
-int map_searchrandfreecell(int,int,int,int);
// キャラid=>キャラ名 変換関連
void map_addchariddb(int charid,char *name);