diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 276ccf73a..cdf3bef52 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4372,6 +4372,7 @@ int pc_setpos(struct map_session_data* sd, unsigned short mapindex, int x, int y } sd->state.changemap = (sd->mapindex != mapindex); + sd->state.warping = 1; if( sd->state.changemap ) { // Misc map-changing settings sd->state.pmap = sd->bl.m; |