aboutsummaryrefslogtreecommitdiff
path: root/src/player.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-04 00:55:23 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-04 00:55:23 -0300
commitf898f3bb674b8d7d28ebf170769a78485f2464cf (patch)
tree53e1646583931ec63f21aa61ec9bfb5994145eb4 /src/player.hh
parentdbee845a5cfb6ca419604ac984d1845440f76007 (diff)
downloadgame-f898f3bb674b8d7d28ebf170769a78485f2464cf.tar.gz
game-f898f3bb674b8d7d28ebf170769a78485f2464cf.zip
more spells
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);