aboutsummaryrefslogtreecommitdiff
path: root/src/player.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.hh')
-rw-r--r--src/player.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/player.hh b/src/player.hh
index a0ae9e1..0731f11 100644
--- a/src/player.hh
+++ b/src/player.hh
@@ -72,6 +72,11 @@ struct TPlayer: TCreature {
uint8 GetEffectiveProfession(void);
uint8 GetActiveProfession(void);
bool GetActivePromotion(void);
+ void ClearProfession(void);
+ void SetProfession(uint8 Profession);
+
+ int GetQuestValue(int Number);
+ void SetQuestValue(int Number, int Value);
uint32 GetPartyLeader(bool CheckFormer);