diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 1a1141494..b52b48a1f 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -3071,7 +3071,7 @@ int pc_setpos(struct map_session_data *sd,unsigned short mapindex,int x,int y,in if((x==0 && y==0) ||
(map_getcell(m, x, y, CELL_CHKNOPASS) &&
!map_getcell(m, x, y, CELL_CHKICEWALL) &&
-#ifndef CELL_NOSTACK
+#ifdef CELL_NOSTACK
!map_getcell(m, x, y, CELL_CHKSTACK) &&
#endif
!map_getcell(m, x, y, CELL_CHKMOONLIT))
|