diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |