diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-09 18:56:27 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-09 18:56:27 +0000 |
commit | e35044d26d45bf7e9a4acc357be3738e3379f3e3 (patch) | |
tree | 5233ac4ef955794af13c8f928050a09f18fa3069 /src/map/map.h | |
parent | c10d6dd38c9fff3ea0ec335465b7f632d5b086db (diff) | |
download | hercules-e35044d26d45bf7e9a4acc357be3738e3379f3e3.tar.gz hercules-e35044d26d45bf7e9a4acc357be3738e3379f3e3.tar.bz2 hercules-e35044d26d45bf7e9a4acc357be3738e3379f3e3.tar.xz hercules-e35044d26d45bf7e9a4acc357be3738e3379f3e3.zip |
- stable -> trunk sync
- battle.c and pc.c formatting
- fixed one badly defined npc shop format string
- removed the "selling item for no buying price" warning when the item has a buying price of 20 (see topic:157465)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10971 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 745e2013c..84f9ed27e 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1380,7 +1380,7 @@ unsigned int distance(int dx, int dy); int cleanup_sub(struct block_list *bl, va_list ap); void map_helpscreen(int flag); // [Valaris] -int map_delmap(char *mapname); +int map_delmap(char* mapname); int map_addmobtolist(unsigned short m, struct spawn_data *spawn); // [Wizputer] void map_spawnmobs(int); // [Wizputer] |