mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Bot compile fix
This commit is contained in:
parent
7453326f87
commit
3ef106dc64
@ -7920,7 +7920,7 @@ uint32 Bot::GetClassHPFactor() {
|
||||
}
|
||||
|
||||
int32 Bot::CalcMaxHP() {
|
||||
int64 base_hp = (CalcBaseHP() + itembonuses.HP);
|
||||
int64 base_hp = (GenerateBaseHitPoints() + itembonuses.HP);
|
||||
int64 nd = aabonuses.MaxHPChange + spellbonuses.MaxHPChange + itembonuses.MaxHPChange;
|
||||
int64 max_hp = (base_hp * nd / 10000) + base_hp;
|
||||
max_hp += GroupLeadershipAAHealthEnhancement();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user