summaryrefslogtreecommitdiffstats
path: root/src/game-server/character.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/character.hpp')
-rw-r--r--src/game-server/character.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/character.hpp b/src/game-server/character.hpp
index fdee364..ddfae34 100644
--- a/src/game-server/character.hpp
+++ b/src/game-server/character.hpp
@@ -269,7 +269,7 @@ class Character : public Being
/**
* Updates base Being attributes.
*/
- void modifiedAttribute(int);
+ void updateDerivedAttributes(int);
/**
* Calls all the "disconnected" listener.