diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-04 00:55:23 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-04 00:55:23 -0300 |
| commit | f898f3bb674b8d7d28ebf170769a78485f2464cf (patch) | |
| tree | 53e1646583931ec63f21aa61ec9bfb5994145eb4 /src/player.hh | |
| parent | dbee845a5cfb6ca419604ac984d1845440f76007 (diff) | |
| download | game-f898f3bb674b8d7d28ebf170769a78485f2464cf.tar.gz game-f898f3bb674b8d7d28ebf170769a78485f2464cf.zip | |
more spells
Diffstat (limited to 'src/player.hh')
| -rw-r--r-- | src/player.hh | 5 |
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); |
