summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-22 22:49:54 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-22 22:49:54 +0000
commitcd6a53f9c55548cfd77038882e96cffa1865fb29 (patch)
tree30f3b71215b71fa71adaa9a92059a1aca1987b6e /src/map/mob.c
parent292c8eb8404b2cce75a2b99a9fa53dc7458bdceb (diff)
downloadhercules-cd6a53f9c55548cfd77038882e96cffa1865fb29.tar.gz
hercules-cd6a53f9c55548cfd77038882e96cffa1865fb29.tar.bz2
hercules-cd6a53f9c55548cfd77038882e96cffa1865fb29.tar.xz
hercules-cd6a53f9c55548cfd77038882e96cffa1865fb29.zip
- 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
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c1
1 files changed, 1 insertions, 0 deletions
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));