summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-11 13:54:42 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-11 13:54:42 +0000
commit27efa3e392066267b81a2c23727c5461926a0e55 (patch)
treeef91127c6264bafbd0b93761bffa995b475b4824 /src/map/map.h
parent71fa9b6c2c1f02f192cad92f149d5162a4502626 (diff)
downloadhercules-27efa3e392066267b81a2c23727c5461926a0e55.tar.gz
hercules-27efa3e392066267b81a2c23727c5461926a0e55.tar.bz2
hercules-27efa3e392066267b81a2c23727c5461926a0e55.tar.xz
hercules-27efa3e392066267b81a2c23727c5461926a0e55.zip
- Corrected the mob damagelog structure so that you can't exploit it by switching characters.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8963 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 2d0875cce..e05647bc4 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -953,6 +953,7 @@ struct mob_data {
struct {
int id;
int dmg;
+ unsigned flag : 1; //0: Normal. 1: Homunc exp
} dmglog[DAMAGELOG_SIZE];
struct spawn_data *spawn; //Spawn data.
struct item *lootitem;