From 42bd653a5932f2fb38fc8e3c3a09286ddac20761 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 21 Sep 2014 18:03:23 +0300 Subject: Fix compilation warning. --- src/net/eathena/beinghandler.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena') diff --git a/src/net/eathena/beinghandler.cpp b/src/net/eathena/beinghandler.cpp index 9707475da..0f924d5f4 100644 --- a/src/net/eathena/beinghandler.cpp +++ b/src/net/eathena/beinghandler.cpp @@ -319,6 +319,7 @@ Being *BeingHandler::createBeing2(const int id, case BeingType::CHAT: case BeingType::PET: case BeingType::HOMUN: + default: type = ActorType::Monster; logger->log("not supported object type: %d, job: %d", static_cast(beingType), static_cast(job)); -- cgit v1.2.3-70-g09d2