From 00e1e2c70755dcf99fd780154a8092d7ba4b0bbc Mon Sep 17 00:00:00 2001 From: kenpachi2k11 Date: Wed, 22 Aug 2012 11:02:57 +0000 Subject: Follow up r16636 - Added the two new arguments to the buildin_areawarp_sub call in mapwarp script command. (bugreport:6526) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16682 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/script.c b/src/map/script.c index 79668f736..ff12cc06f 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -11234,7 +11234,7 @@ BUILDIN_FUNC(mapwarp) // Added by RoVeRT } break; default: - map_foreachinmap(buildin_areawarp_sub,m,BL_PC,index,x,y); + map_foreachinmap(buildin_areawarp_sub,m,BL_PC,index,x,y,0,0); break; } -- cgit v1.2.3-70-g09d2