From 52a58b5a82cea7210efffc88f14706973bb1dfa3 Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Fri, 10 May 2013 21:13:10 -0300 Subject: * Implemented suggestion in topic:528, related to GMs being able to warp to non-walkable cells; also added configuration. * Few changes to gitignore and gitattributes. Signed-off-by: Matheus Macabu --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 9fda83546..6ffceac8e 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -410,7 +410,7 @@ ACMD(mapmove) return false; } - if ((x || y) && map_getcell(m, x, y, CELL_CHKNOPASS)) + if ((x || y) && map_getcell(m, x, y, CELL_CHKNOPASS) && pc_get_group_level(sd) < battle_config.gm_ignore_warpable_area) { //This is to prevent the pc_setpos call from printing an error. clif->message(fd, msg_txt(2)); if (!map_search_freecell(NULL, m, &x, &y, 10, 10, 1)) -- cgit v1.2.3-70-g09d2