summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
authorsketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-05 07:54:53 +0000
committersketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-05 07:54:53 +0000
commite290f7f88054c00c44e00fc1e76fb158c549051e (patch)
tree13dd63a93374f48039bc7df5b6c3e54992158aa8 /src/map/mob.h
parent33f5d1d9ad24c4b69f43191dedfe6cd9a9d76721 (diff)
downloadhercules-e290f7f88054c00c44e00fc1e76fb158c549051e.tar.gz
hercules-e290f7f88054c00c44e00fc1e76fb158c549051e.tar.bz2
hercules-e290f7f88054c00c44e00fc1e76fb158c549051e.tar.xz
hercules-e290f7f88054c00c44e00fc1e76fb158c549051e.zip
* Moved the mob killmonster flag to a more appropriate area. (bugreport:1795)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12914 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index 0a65e1c42..13b9c346a 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -112,6 +112,7 @@ struct mob_data {
unsigned spotted: 1;
unsigned char attacked_count; //For rude attacked.
int provoke_flag; // Celest
+ unsigned npc_killmonster: 1; //for new killmonster behavior
} state;
struct guardian_data* guardian_data;
struct {
@@ -141,7 +142,6 @@ struct mob_data {
short skillidx;
unsigned int skilldelay[MAX_MOBSKILL];
char npc_event[50];
- int npc_killmonster; //for new killmonster behavior
};