From f898f3bb674b8d7d28ebf170769a78485f2464cf Mon Sep 17 00:00:00 2001 From: fusion32 Date: Wed, 4 Jun 2025 00:55:23 -0300 Subject: more spells --- src/player.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/player.hh') 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); -- cgit v1.2.3