From cd6a53f9c55548cfd77038882e96cffa1865fb29 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 22 Aug 2007 22:49:54 +0000 Subject: - Fixed Dragon Fear's status change selection and duration. - Fixed Metamorphosis not displaying a speed-change update on the client. - Status changes that were blocked by element are no longer blocked, instead, now no-damage skills are blocked if they have an element which is absorbed by the target (This is the behaviour that Tharis believes is correct). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11067 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 086c85380..f3cec671a 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -2341,6 +2341,7 @@ int mob_class_change (struct mob_data *md, int class_) status_set_viewdata(&md->bl, class_); clif_mob_class_change(md,class_); status_calc_mob(md, 3); + md->ud.state.speed_changed = 1; //Speed change update. if (battle_config.monster_class_change_recover) { memset(md->dmglog, 0, sizeof(md->dmglog)); -- cgit v1.2.3-60-g2f50