summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 0a6f1043..ee9ff117 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -37,7 +37,6 @@
#include "gui/gui.h"
#include "net/messageout.h"
-#include "net/network.h"
#include "net/protocol.h"
#include "resources/resourcemanager.h"
@@ -70,7 +69,6 @@ Being* createBeing(unsigned int id, unsigned short job, Map *map)
MessageOut outMsg;
outMsg.writeShort(0x0094);
outMsg.writeLong(being->getId());//readLong(2));
- writeSet(6);
}
// If the being is a monster then load the monsterset
else if (being->job >= 1002 &&