diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-23 21:11:29 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-23 21:11:29 +0000 |
commit | 62e0206df2df0d9b495f2c295689b39690366820 (patch) | |
tree | d19b95ca7c612307e3734fbcedf233c0359beb15 /src/map | |
parent | 28df54873035f1ec11e8c60a6b218e318323b032 (diff) | |
download | hercules-62e0206df2df0d9b495f2c295689b39690366820.tar.gz hercules-62e0206df2df0d9b495f2c295689b39690366820.tar.bz2 hercules-62e0206df2df0d9b495f2c295689b39690366820.tar.xz hercules-62e0206df2df0d9b495f2c295689b39690366820.zip |
* Documented @refreshall (r17035), @breakguild, @hommutate (r17038).
* Follow-up r16972, fixed a naming mistake (bugreport:7038).
* Edited format of default grf-files.txt.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17039 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index a949f8e96..26d70f4ce 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -17227,7 +17227,7 @@ BUILDIN_FUNC(getrandgroupitem) { } /* cleanmap <map_name>; - * cleanfloor <map_name, <x0>, <y0>, <x1>, <y1>; */ + * cleanarea <map_name>, <x0>, <y0>, <x1>, <y1>; */ static int atcommand_cleanfloor_sub(struct block_list *bl, va_list ap) { nullpo_ret(bl); |