mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Merge of hatebourne's stuff
This commit is contained in:
+1
-1
@@ -11043,7 +11043,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