From d5d10a30ceb4a9d6bbb19fe8cbcf878cd841cd53 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Fri, 30 Oct 2009 07:55:47 -0600 Subject: Support switching characters under eAthena --- src/net/ea/beinghandler.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/ea/beinghandler.cpp') diff --git a/src/net/ea/beinghandler.cpp b/src/net/ea/beinghandler.cpp index 80e9b350..2cc93f6e 100644 --- a/src/net/ea/beinghandler.cpp +++ b/src/net/ea/beinghandler.cpp @@ -118,6 +118,9 @@ void BeingHandler::handleMessage(MessageIn &msg) { case SMSG_BEING_VISIBLE: case SMSG_BEING_MOVE: + if (!beingManager) + return; + // Information about a being in range id = msg.readInt32(); speed = msg.readInt16(); -- cgit v1.2.3-60-g2f50