diff options
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |