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/clif.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/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 47b2c8f46..0077566b5 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -92,6 +92,7 @@ typedef enum send_target { AREA_WOC, // area, without chatrooms AREA_WOSC, // area, without own chatrooms AREA_CHAT_WOC, // hearable area, without chatrooms + AREA_DEAD, // area, for clear unit (monster death) CHAT, // current chatroom CHAT_WOS, // current chatroom, without self PARTY, |