Follow up r16636 - Added the two new arguments to the buildin_areawarp_sub call in mapwarp script command. (bugreport:6526)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16682 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
kenpachi2k11 2012-08-22 11:02:57 +00:00
parent e921e1a50c
commit 521d8cb8b5

View File

@ -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;
}