diff options
author | Haru <haru@dotalux.com> | 2018-07-24 02:48:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-24 02:48:34 +0200 |
commit | c04d79112575bc4e756231f8b447378dbab951ad (patch) | |
tree | 2493a91bcbbc4de969356c994944c13c50355679 /src/map/map.h | |
parent | 182d5044829d51d868c33846e6fafc7185acabe2 (diff) | |
parent | a3afe42f9025c1049c05da0b2b99aad7ca8a6907 (diff) | |
download | hercules-c04d79112575bc4e756231f8b447378dbab951ad.tar.gz hercules-c04d79112575bc4e756231f8b447378dbab951ad.tar.bz2 hercules-c04d79112575bc4e756231f8b447378dbab951ad.tar.xz hercules-c04d79112575bc4e756231f8b447378dbab951ad.zip |
Merge pull request #2088 from guilherme-gm/fix-ghostmonsters
Fixed monsters not disappearing from some clients upon death
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index e346e72ba..d6779ca91 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 |