mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-26 15:11:30 +00:00
commit
f81f8ea5d6
@ -608,7 +608,7 @@ int32 Mob::CalcMaxMana() {
|
||||
|
||||
int32 Mob::CalcMaxHP() {
|
||||
max_hp = (base_hp + itembonuses.HP + spellbonuses.HP);
|
||||
max_hp += max_hp * ((aabonuses.MaxHPChange + spellbonuses.MaxHPChange + itembonuses.MaxHPChange) / 10000);
|
||||
max_hp += max_hp * (aabonuses.MaxHPChange + spellbonuses.MaxHPChange + itembonuses.MaxHPChange) / 10000;
|
||||
return max_hp;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user