mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Merge from master
This commit is contained in:
+1
-1
@@ -11016,7 +11016,7 @@ int32 Bot::CalcMaxHP() {
|
||||
|
||||
bot_hp += GroupLeadershipAAHealthEnhancement();
|
||||
|
||||
bot_hp += bot_hp * (spellbonuses.MaxHPChange + itembonuses.MaxHPChange) / 10000;
|
||||
bot_hp += bot_hp * ((spellbonuses.MaxHPChange + itembonuses.MaxHPChange) / 10000.0f);
|
||||
max_hp = bot_hp;
|
||||
|
||||
if (cur_hp > max_hp)
|
||||
|
||||
Reference in New Issue
Block a user