Explorar o código

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
kenpachi2k11 %!s(int64=12) %!d(string=hai) anos
pai
achega
521d8cb8b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/map/script.c

+ 1 - 1
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;
 	}