summaryrefslogtreecommitdiff
path: root/src/game-server/statuseffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/statuseffect.h')
-rw-r--r--src/game-server/statuseffect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game-server/statuseffect.h b/src/game-server/statuseffect.h
index 7da5fdf9..3c38944b 100644
--- a/src/game-server/statuseffect.h
+++ b/src/game-server/statuseffect.h
@@ -23,7 +23,7 @@
#include "scripting/script.h"
-class Being;
+class Entity;
class StatusEffect
{
@@ -31,7 +31,7 @@ class StatusEffect
StatusEffect(int id);
~StatusEffect();
- void tick(Being *target, int count);
+ void tick(Entity &target, int count);
int getId() const
{ return mId; }