From f7ec2dcd666826366380c1b50879d29bfe12ea53 Mon Sep 17 00:00:00 2001 From: Fate Date: Fri, 16 Apr 2010 02:42:14 +0000 Subject: Fixed entity_warp() in magic, as used by teleporting, to properly update the map string using pc_setpos() Noted (and solution suggested) by Freeyorp --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 748abf9..bf819a1 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4046,7 +4046,7 @@ int pc_setpos (struct map_session_data *sd, char *mapname_org, int x, int y, if (pc_issit (sd)) { - pc_setstand (sd); +// pc_setstand (sd); // [fate] Nothing wrong with warping while sitting skill_gangsterparadise (sd, 0); } -- cgit v1.2.3-60-g2f50