From 6ccaaa586b3f4d739ccfa1dc90cdf96b8810d31a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 8 Mar 2016 21:11:59 +0300 Subject: Move stat constants from ea namespace into tmwa and eathena. Also rename constants namespace from Ea to Sp. --- src/net/eathena/beingrecv.cpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/net/eathena/beingrecv.cpp') diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp index 758bcbcbc..060ac2724 100644 --- a/src/net/eathena/beingrecv.cpp +++ b/src/net/eathena/beingrecv.cpp @@ -45,17 +45,15 @@ #include "gui/windows/socialwindow.h" #include "gui/windows/outfitwindow.h" +#include "net/character.h" +#include "net/charserverhandler.h" +#include "net/messagein.h" #include "net/serverfeatures.h" #include "net/ea/beingrecv.h" -#include "net/ea/eaprotocol.h" - -#include "net/charserverhandler.h" - -#include "net/character.h" -#include "net/messagein.h" #include "net/eathena/maptypeproperty2.h" +#include "net/eathena/sp.h" #include "net/eathena/sprite.h" #include "resources/iteminfo.h" @@ -1368,7 +1366,7 @@ void BeingRecv::processBeingStatUpdate1(Net::MessageIn &msg) if (!dstBeing) return; - if (type != Ea::MANNER) + if (type != Sp::MANNER) { UNIMPLIMENTEDPACKET; return; -- cgit v1.2.3-70-g09d2