summaryrefslogtreecommitdiff
path: root/src/game-server/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/being.cpp')
-rw-r--r--src/game-server/being.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game-server/being.cpp b/src/game-server/being.cpp
index 66545ff6..9112a1b8 100644
--- a/src/game-server/being.cpp
+++ b/src/game-server/being.cpp
@@ -743,6 +743,8 @@ void Being::update()
died();
processAttacks();
+
+ Actor::update();
}
void Being::inserted(Entity *)