From 15248492ed2ed7076f3327d8d8ca3b12a37ec4c3 Mon Sep 17 00:00:00 2001 From: sketchyphoenix Date: Sun, 22 Jun 2008 00:39:13 +0000 Subject: Forgot to switch function names out from r12873 >_> git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12874 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/map') diff --git a/src/map/script.c b/src/map/script.c index 09a7b0089..db2ab5a86 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -7525,13 +7525,14 @@ BUILDIN_FUNC(killmonsterall) if( (m=map_mapname2mapid(mapname))<0 ) return 0; - if( script_hasdata(st,3) ) + if( script_hasdata(st,3) ) { if ( script_getnum(st,3) == 1 ) { - map_foreachinmap(buildin_killmonsterall_sub_strip,m,BL_MOB); + map_foreachinmap(buildin_killmonsterall_sub,m,BL_MOB); return 0; } + } - map_foreachinmap(buildin_killmonsterall_sub, + map_foreachinmap(buildin_killmonsterall_sub_strip, m,BL_MOB); return 0; } -- cgit v1.2.3-70-g09d2