summaryrefslogtreecommitdiff
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.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game-server/character.hpp b/src/game-server/character.hpp
index d90adbf3..da2af285 100644
--- a/src/game-server/character.hpp
+++ b/src/game-server/character.hpp
@@ -299,6 +299,11 @@ class Character : public Being
static int expForLevel(int level);
/**
+ * Returns the level for a given exp
+ */
+ static int levelForExp(int exp);
+
+ /**
* Tries to use a character point to increase a
* basic attribute
*/