summaryrefslogtreecommitdiff
path: root/src/net/beinghandler.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-12-18 01:27:27 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-12-18 01:27:27 +0000
commit1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c (patch)
treeeb36781dbb8a76967b10f45773e6fb4949ca9b74 /src/net/beinghandler.cpp
parent57e9dc1c0f794508335819db4eb1f80ff8836d68 (diff)
downloadmana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.tar.gz
mana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.tar.bz2
mana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.tar.xz
mana-client-1f2b8d3d4c36c3cf30187633e4cf5bb5d0012e7c.zip
Updated attribute system to the latest design decisions (removed charisma, kept agility in)
Diffstat (limited to 'src/net/beinghandler.cpp')
-rw-r--r--src/net/beinghandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/beinghandler.cpp b/src/net/beinghandler.cpp
index a9f992af..37c02dc3 100644
--- a/src/net/beinghandler.cpp
+++ b/src/net/beinghandler.cpp
@@ -101,6 +101,7 @@ void BeingHandler::handleMessage(MessageIn &msg)
handleBeingLooksChangeMessage(msg);
break;
+
/*
case SMSG_BEING_VISIBLE:
case SMSG_BEING_MOVE: