summaryrefslogtreecommitdiff
path: root/src/map/mob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.h')
-rw-r--r--src/map/mob.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/mob.h b/src/map/mob.h
index 472e0bc54..92565b6c0 100644
--- a/src/map/mob.h
+++ b/src/map/mob.h
@@ -112,7 +112,6 @@ struct mob_data {
int provoke_flag; // Celest
unsigned npc_killmonster: 1; //for new killmonster behavior
unsigned rebirth: 1; // NPC_Rebirth used
- unsigned inmunity: 1; // Monster Cannot be attacked
unsigned int bg_id; // BattleGround System
} state;
struct guardian_data* guardian_data;