diff options
author | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-06-15 11:49:32 -0300 |
---|---|---|
committer | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-07-12 15:15:09 -0300 |
commit | a3afe42f9025c1049c05da0b2b99aad7ca8a6907 (patch) | |
tree | a154eebdbcdf7b3282f3b2938bba262f85c2e5c7 /src/map/clif.h | |
parent | 8d028cbacdc4a424621c94a521c375baa234bdce (diff) | |
download | hercules-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/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 1dffc2711..4fc2c6336 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -89,6 +89,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, |