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.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp
index bc5987f1c..e5116a612 100644
--- a/src/net/eathena/beinghandler.cpp
+++ b/src/net/eathena/beinghandler.cpp
@@ -1037,8 +1037,6 @@ void BeingHandler::processBeingStatusChange(Net::MessageIn &msg)
return;
}
- const bool status1 = msg.getId() == SMSG_BEING_STATUS_CHANGE;
-
// Status change
const uint16_t status = msg.readInt16("status");
const int id = msg.readInt32("being id");