From 507d5f485deddbd551d844aefb5c6646ad18b461 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Fri, 22 Aug 2008 18:53:11 +0000 Subject: - Mercenary data structures. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13110 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 5a7fed46e..bb4b0a94c 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -176,6 +176,7 @@ enum bl_type { BL_SKILL = 0x020, BL_NPC = 0x040, BL_CHAT = 0x080, + BL_MER = 0x100, BL_ALL = 0xFFF, }; @@ -631,6 +632,7 @@ typedef struct chat_data TBL_CHAT; typedef struct skill_unit TBL_SKILL; typedef struct pet_data TBL_PET; typedef struct homun_data TBL_HOM; +typedef struct mercenary_data TBL_MER; #define BL_CAST(type_, bl) \ ( ((bl) == (struct block_list*)NULL || (bl)->type != (type_)) ? (T ## type_ *)NULL : (T ## type_ *)(bl) ) -- cgit v1.2.3-70-g09d2