summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/beinghandler.cpp')
-rw-r--r--src/net/eathena/beinghandler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp
index bff076502..7104298a8 100644
--- a/src/net/eathena/beinghandler.cpp
+++ b/src/net/eathena/beinghandler.cpp
@@ -94,6 +94,8 @@ BeingHandler::BeingHandler(const bool enableSync) :
SMSG_PVP_MAP_MODE,
SMSG_PVP_SET,
SMSG_MAP_TYPE_PROPERTY2,
+ SMSG_MONSTER_HP,
+ SMSG_PLAYER_HP,
0
};
handledMessages = _messages;
@@ -224,6 +226,7 @@ void BeingHandler::handleMessage(Net::MessageIn &msg)
break;
case SMSG_MONSTER_HP:
+ case SMSG_PLAYER_HP:
processMonsterHp(msg);
break;