diff options
Diffstat (limited to 'src/map/script.c')
-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); |