diff options
author | davidsiaw <davidsiaw@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 01:23:44 +0000 |
---|---|---|
committer | davidsiaw <davidsiaw@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 01:23:44 +0000 |
commit | 29130caae63aa51b0e32d4065d95e9f4ca13fcb3 (patch) | |
tree | 10952a3f454ddc41462bee0edc56a8f047602df0 /src/map/map.h | |
parent | b63d9eaba104a6fe5e53e63f9f017d16f1553e43 (diff) | |
download | hercules-29130caae63aa51b0e32d4065d95e9f4ca13fcb3.tar.gz hercules-29130caae63aa51b0e32d4065d95e9f4ca13fcb3.tar.bz2 hercules-29130caae63aa51b0e32d4065d95e9f4ca13fcb3.tar.xz hercules-29130caae63aa51b0e32d4065d95e9f4ca13fcb3.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@690 54d463be-8e91-2dee-dedb-b68131a5f0ec
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; |