diff options
Diffstat (limited to 'src/player.hh')
| -rw-r--r-- | src/player.hh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/player.hh b/src/player.hh index bb58ac3..815289e 100644 --- a/src/player.hh +++ b/src/player.hh @@ -68,8 +68,14 @@ struct TPlayerData { struct TPlayer: TCreature { // REGULAR FUNCTIONS // ========================================================================= - void CheckState(void); + uint8 GetRealProfession(void); + uint8 GetEffectiveProfession(void); uint8 GetActiveProfession(void); + bool GetActivePromotion(void); + bool IsAttackJustified(uint32 Victim); + void RecordAttack(uint32 Victim); + + void CheckState(void); // VIRTUAL FUNCTIONS // ========================================================================= |
