summaryrefslogtreecommitdiff
path: root/src/game-server/charactercomponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/charactercomponent.h')
-rw-r--r--src/game-server/charactercomponent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game-server/charactercomponent.h b/src/game-server/charactercomponent.h
index 9149e731..a739e691 100644
--- a/src/game-server/charactercomponent.h
+++ b/src/game-server/charactercomponent.h
@@ -167,9 +167,7 @@ class CharacterComponent : public Component
*/
void sendStatus(Entity &entity);
- /**
- * Marks all attributes as being modified.
- */
+ void modifiedAllAbilities(Entity &entity);
void modifiedAllAttributes(Entity &entity);
/**
@@ -291,6 +289,8 @@ class CharacterComponent : public Component
CharacterComponent(const CharacterComponent &);
CharacterComponent &operator=(const CharacterComponent &);
+ void inserted(Entity *entity);
+
void abilityStatusChanged(int id);
void abilityCooldownActivated();