summaryrefslogtreecommitdiff
path: root/src/account-server/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/storage.h')
-rw-r--r--src/account-server/storage.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/account-server/storage.h b/src/account-server/storage.h
index fbc4cd8c..7acc78e6 100644
--- a/src/account-server/storage.h
+++ b/src/account-server/storage.h
@@ -135,15 +135,6 @@ class Storage
int charPoints, int corrPoints);
/**
- * Write a modification message about character skills to the database.
- *
- * @param CharId ID of the character
- * @param SkillId ID of the skill
- * @param SkillValue new skill points
- */
- void updateExperience(int charId, int skillId, int skillValue);
-
- /**
* Write a modification message about character attributes
* to the database.
*
@@ -156,7 +147,7 @@ class Storage
double base, double mod);
/**
- * Write a modification message about character skills to the database.
+ * Write a modification message about kill counts to the database.
*
* @param CharId ID of the character
* @param monsterId ID of the monster type
@@ -384,14 +375,6 @@ class Storage
void setAccountLevel(int id, int level);
/**
- * Set the level on a character.
- *
- * @param id The id of the character
- * @param level The level to set for the character
- */
- void setPlayerLevel(int id, int level);
-
- /**
* Store letter.
*
* @param letter The letter to store