mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 12:03:48 +00:00
feat(Core/Player) Option to adjust max rest bonus via config (#20836)
This commit is contained in:
@@ -1209,7 +1209,7 @@ public:
|
||||
void RemoveRestState();
|
||||
uint32 GetXPRestBonus(uint32 xp);
|
||||
[[nodiscard]] float GetRestBonus() const { return _restBonus; }
|
||||
void SetRestBonus(float rest_bonus_new);
|
||||
void SetRestBonus(float restBonusNew);
|
||||
|
||||
[[nodiscard]] bool HasRestFlag(RestFlag restFlag) const { return (_restFlagMask & restFlag) != 0; }
|
||||
void SetRestFlag(RestFlag restFlag, uint32 triggerId = 0);
|
||||
|
||||
Reference in New Issue
Block a user