From d7c11b271633ee1f5b58d2b679b50cf95b2826e0 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 31 May 2025 02:25:31 -0300 Subject: done with `crcombat.cc` --- src/player.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/player.hh') diff --git a/src/player.hh b/src/player.hh index 815289e..33ca7c3 100644 --- a/src/player.hh +++ b/src/player.hh @@ -72,6 +72,9 @@ struct TPlayer: TCreature { uint8 GetEffectiveProfession(void); uint8 GetActiveProfession(void); bool GetActivePromotion(void); + + uint32 GetPartyLeader(bool CheckFormer); + bool IsAttackJustified(uint32 Victim); void RecordAttack(uint32 Victim); -- cgit v1.2.3