From 08d3a24b80ebb31e46d623118b335a86cf37f425 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Sun, 24 Aug 2008 23:26:14 +0000 Subject: - Mercenary Dismiss packet and some corrections. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13127 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index bb4b0a94c..b880b8bf4 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -182,7 +182,7 @@ enum bl_type { }; //For common mapforeach calls. Since pets cannot be affected, they aren't included here yet. -#define BL_CHAR (BL_PC|BL_MOB|BL_HOM) +#define BL_CHAR (BL_PC|BL_MOB|BL_HOM|BL_MER) enum npc_subtype { WARP, SHOP, SCRIPT, CASHSHOP }; -- cgit v1.2.3-70-g09d2