summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
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);
}