From 46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 22 Nov 2006 20:32:25 +0000 Subject: - Modified slaves_inherit_speed and slaves_inherit_mode so you get better control of when to copy/remove modes/speed. - Reenabled usage of mode MD_CHANGETARGET, so mobs with mode 0x200 will be able to switch targets while attacking. - Simplified some more the chase-changetarget function. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9294 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 8e468515d..c221f5e8c 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -8399,7 +8399,7 @@ void clif_parse_LoadEndAck(int fd,struct map_session_data *sd) clif_send_homdata(sd,0,0); clif_homskillinfoblock(sd); //Homunc mimic their master's speed on each map change. [Skotlex] - if (battle_config.slaves_inherit_speed) + if (battle_config.slaves_inherit_speed&1) status_calc_bl(&sd->hd->bl, SCB_SPEED); } -- cgit v1.2.3-70-g09d2