summaryrefslogtreecommitdiff
path: root/src/beingmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/beingmanager.cpp')
-rw-r--r--src/beingmanager.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/beingmanager.cpp b/src/beingmanager.cpp
index d72c4ee4..ae9ee787 100644
--- a/src/beingmanager.cpp
+++ b/src/beingmanager.cpp
@@ -120,8 +120,7 @@ Being *BeingManager::createBeing(int id, Uint16 job)
// Player or NPC
if (job <= 1000 || (job >= 4001 && job <= 4049))
{
- MessageOut outMsg(mNetwork);
- outMsg.writeInt16(0x0094);
+ MessageOut outMsg(0x0094);
outMsg.writeInt32(id);//readLong(2));
}
#endif