summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorGuilherme G. Menaldo <guilherme.menaldo@outlook.com>2018-06-15 11:49:32 -0300
committerGuilherme G. Menaldo <guilherme.menaldo@outlook.com>2018-07-12 15:15:09 -0300
commita3afe42f9025c1049c05da0b2b99aad7ca8a6907 (patch)
treea154eebdbcdf7b3282f3b2938bba262f85c2e5c7 /src/map/map.h
parent8d028cbacdc4a424621c94a521c375baa234bdce (diff)
downloadhercules-a3afe42f9025c1049c05da0b2b99aad7ca8a6907.tar.gz
hercules-a3afe42f9025c1049c05da0b2b99aad7ca8a6907.tar.bz2
hercules-a3afe42f9025c1049c05da0b2b99aad7ca8a6907.tar.xz
hercules-a3afe42f9025c1049c05da0b2b99aad7ca8a6907.zip
Fixed clearunit packet not being sent to clients going out of the view range when monster dies
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
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