summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-08 21:11:59 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-08 21:11:59 +0300
commit6ccaaa586b3f4d739ccfa1dc90cdf96b8810d31a (patch)
treed92b0443076e5dc9adb031a563d44b5c541894a6 /src/net/eathena/beingrecv.cpp
parentd8d84315013a24730c5b9d08122a954d713521c7 (diff)
downloadplus-6ccaaa586b3f4d739ccfa1dc90cdf96b8810d31a.tar.gz
plus-6ccaaa586b3f4d739ccfa1dc90cdf96b8810d31a.tar.bz2
plus-6ccaaa586b3f4d739ccfa1dc90cdf96b8810d31a.tar.xz
plus-6ccaaa586b3f4d739ccfa1dc90cdf96b8810d31a.zip
Move stat constants from ea namespace into tmwa and eathena.
Also rename constants namespace from Ea to Sp.
Diffstat (limited to 'src/net/eathena/beingrecv.cpp')
-rw-r--r--src/net/eathena/beingrecv.cpp12
1 files changed, 5 insertions, 7 deletions
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;