From a3afe42f9025c1049c05da0b2b99aad7ca8a6907 Mon Sep 17 00:00:00 2001 From: "Guilherme G. Menaldo" Date: Fri, 15 Jun 2018 11:49:32 -0300 Subject: Fixed clearunit packet not being sent to clients going out of the view range when monster dies --- src/map/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 494f93cfe..bdf45c72f 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -48,6 +48,7 @@ enum E_MAPSERVER_ST { #define MAX_NPC_PER_MAP 512 #define AREA_SIZE (battle->bc->area_size) #define CHAT_AREA_SIZE (battle->bc->chat_area_size) +#define DEAD_AREA_SIZE (battle->bc->dead_area_size) #define DAMAGELOG_SIZE 30 #define LOOTITEM_SIZE 10 #define MAX_MOBSKILL 50 -- cgit v1.2.3-60-g2f50