From dcd2283d1018e5f56ceff2bd24f18245c565e79b Mon Sep 17 00:00:00 2001 From: toms Date: Mon, 21 Aug 2006 21:57:56 +0000 Subject: Fixed call homunc bug when the homunc was vapo and the master has change of map git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8414 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mercenary.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/mercenary.c') diff --git a/src/map/mercenary.c b/src/map/mercenary.c index 46108fbb6..068143f0a 100644 --- a/src/map/mercenary.c +++ b/src/map/mercenary.c @@ -708,6 +708,7 @@ int merc_call_homunculus(struct map_session_data *sd, short x, short y) { //Spawn him hd->bl.x = x; hd->bl.y = y; + hd->bl.m = sd->bl.m; map_addblock(&hd->bl); clif_spawn(&hd->bl); clif_send_homdata(sd,SP_ACK,0); -- cgit v1.2.3-60-g2f50