summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-15 11:41:40 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-15 11:41:40 +0000
commitabfbf381c18d4c17e9594e7e3b903405c20e9f7f (patch)
tree67bdc8b45f716bd6f3a2b68433337e094b448662 /src/map/mob.c
parentc0f2069689110d1df816d52e36d049d4b97a7a22 (diff)
downloadhercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.gz
hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.bz2
hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.xz
hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.zip
Cleaning/fixing the previous commits a bit
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13775 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index d6ac54517..dc2533672 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -2558,7 +2558,7 @@ int mob_class_change (struct mob_data *md, int class_)
unit_skillcastcancel(&md->bl, 0);
status_set_viewdata(&md->bl, class_);
clif_mob_class_change(md,class_);
- status_calc_mob(md, 3);
+ status_calc_mob(md, 1);
md->ud.state.speed_changed = 1; //Speed change update.
if (battle_config.monster_class_change_recover) {