diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 3c7ebe243..e1a2096c6 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -446,6 +446,7 @@ struct mob_data { struct skill_unit_group_tickset skillunittick[MAX_SKILLUNITGROUPTICKSET]; char npc_event[50]; short size; + int owner; }; struct pet_data { struct block_list bl; |