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:
parent
e921e1a50c
commit
521d8cb8b5
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user