mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(Core/Player): Reduce Health Regeneration bonus while sitting to 33% (#15954)
Update Player.cpp
This commit is contained in:
@@ -1988,7 +1988,7 @@ void Player::RegenerateHealth()
|
||||
|
||||
if (!IsStandState())
|
||||
{
|
||||
addvalue *= 1.5f;
|
||||
addvalue *= 1.33f;
|
||||
}
|
||||
|
||||
AuraEffectList const& mModHealthRegenPct = GetAuraEffectsByType(SPELL_AURA_MOD_HEALTH_REGEN_PERCENT);
|
||||
|
||||
Reference in New Issue
Block a user