diff options
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 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 }; |