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 caecd88e..a6c7974d 100644
--- a/src/beingmanager.cpp
+++ b/src/beingmanager.cpp
@@ -69,8 +69,7 @@ Being* BeingManager::createBeing(Uint32 id, Uint16 job)
if (job < 10)
{
being = new Player(id, job, mMap);
- MessageOut outMsg;
- outMsg.writeShort(0x0094);
+ MessageOut outMsg(0x0094);
outMsg.writeLong(id);
}
else if (job >= 100 & job < 200)