mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
[Hitpoints] More HP Fixes - Remove Hacks (#1518)
* Fix HP update throttling * Remove more hacks Co-authored-by: Akkadius <akkadius1@gmail.com>
This commit is contained in:
@@ -337,9 +337,6 @@ int32 Client::CalcMaxHP()
|
||||
}
|
||||
}
|
||||
|
||||
// hack fix for client health not reflecting server value
|
||||
last_max_hp = 0;
|
||||
|
||||
return max_hp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user