From 38e12363df013928b2c236afeefef5c71fac6020 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Sep 2015 23:51:38 +0300 Subject: Change getcell functions calls for working with latest server sources. --- src/emap/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emap/parse.c') diff --git a/src/emap/parse.c b/src/emap/parse.c index 3025aaa..f9599d0 100644 --- a/src/emap/parse.c +++ b/src/emap/parse.c @@ -162,7 +162,7 @@ void map_parse_pet_move(int fd) short y = RFIFOW(fd, 8); struct block_list *pdBl = &sd->pd->bl; - if (map->getcell(pdBl->m, x, y, CELL_CHKPASS)) + if (map->getcell(pdBl->m, pdBl, x, y, CELL_CHKPASS)) unit->walktoxy(pdBl, x, y, 0); } -- cgit v1.2.3-70-g09d2