diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-24 10:12:43 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-24 10:12:43 +0000 |
commit | 67b396bd39ce915cd2f93029080aff0cab9aec85 (patch) | |
tree | c34bc5281a91c3da98a17938c1143309b30c52f7 /src/map/mob.h | |
parent | 7e42b725526dc11abbe5c529c05013df77c8ee7b (diff) | |
download | hercules-67b396bd39ce915cd2f93029080aff0cab9aec85.tar.gz hercules-67b396bd39ce915cd2f93029080aff0cab9aec85.tar.bz2 hercules-67b396bd39ce915cd2f93029080aff0cab9aec85.tar.xz hercules-67b396bd39ce915cd2f93029080aff0cab9aec85.zip |
* Fixed the logged damage from pets doesn't count when 'pet_attack_exp_to_master' is inactive.
* Uncommented the codes that stop pc_bleeding when dead (shouldn't have been commented out.....)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14166 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index 235e93756..b5127310f 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -121,7 +121,7 @@ struct mob_data { struct { int id; unsigned int dmg; - unsigned flag : 1; //0: Normal. 1: Homunc exp + unsigned flag : 2; //0: Normal. 1: Homunc exp. 2: Pet exp } dmglog[DAMAGELOG_SIZE]; struct spawn_data *spawn; //Spawn data. int spawn_timer; //Required for Convex Mirror |