[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:
splose
2021-09-05 00:17:59 -04:00
committed by GitHub
parent 41352f77ae
commit 943c623be0
4 changed files with 7 additions and 21 deletions
+1 -1
View File
@@ -680,7 +680,7 @@ public:
static void CreateSpawnPacket(EQApplicationPacket* app, NewSpawn_Struct* ns);
virtual void FillSpawnStruct(NewSpawn_Struct* ns, Mob* ForWho);
void CreateHPPacket(EQApplicationPacket* app);
void SendHPUpdate(bool skip_self = false, bool force_update_all = false);
void SendHPUpdate(bool force_update_all = false);
virtual void ResetHPUpdateTimer() {}; // does nothing
//Util