summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index cfedf527b..77044ee8c 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -431,8 +431,9 @@ struct map_session_data {
unsigned snovice_flag : 4;
// originally by Qamera, adapted by celest
unsigned event_death : 1;
- unsigned event_kill : 1;
+ unsigned event_kill_pc : 1;
unsigned event_disconnect : 1;
+ unsigned event_kill_mob : 1;
// Abracadabra bugfix by Aru
unsigned abra_flag : 1;
unsigned autotrade : 1; //By Fantik