summaryrefslogtreecommitdiffstats
path: root/src/game-server/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/being.h')
-rw-r--r--src/game-server/being.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game-server/being.h b/src/game-server/being.h
index 8e7d619..be1e570 100644
--- a/src/game-server/being.h
+++ b/src/game-server/being.h
@@ -29,7 +29,7 @@
#include "game-server/actor.h"
#include "game-server/attribute.h"
-#include "game-server/autoattack.h"
+#include "game-server/attack.h"
#include "game-server/timeout.h"
class Being;
@@ -290,7 +290,7 @@ class Being : public Actor
BeingAction mAction;
AttributeMap mAttributes;
- AutoAttacks mAutoAttacks;
+ Attacks mAttacks;
StatusEffects mStatus;
Being *mTarget;
Point mOld; /**< Old coordinates. */