Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb committed Oct 24, 2023
1 parent d391cd1 commit 8b90f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/Objects/Player.h
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@ class Player final: public Unit
Item* GetItemByPos(uint8 bag, uint8 slot) const;
Item* GetWeaponForAttack(WeaponAttackType attackType) const { return GetWeaponForAttack(attackType,false,false); }
Item* GetWeaponForAttack(WeaponAttackType attackType, bool nonbroken, bool useable) const;
bool HasWeaponForParry() const;
static uint32 GetAttackBySlot(uint8 slot); // MAX_ATTACK if not weapon slot
uint32 GetHighestKnownArmorProficiency() const;
std::vector<Item*>& GetItemUpdateQueue() { return m_itemUpdateQueue; }
Expand Down

0 comments on commit 8b90f79

Please sign in to comment.