[Cleanup] Remove GetClassHPFactor() from zone/client_mods.cpp and zone/client.h (#3313)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-04-29 20:59:19 -04:00
committed by GitHub
parent b19d3ac8a2
commit baa824d8fb
2 changed files with 0 additions and 45 deletions
-1
View File
@@ -1719,7 +1719,6 @@ private:
int64 CalcHPRegen(bool bCombat = false);
int64 CalcManaRegen(bool bCombat = false);
int64 CalcBaseManaRegen();
uint64 GetClassHPFactor();
void DoHPRegen();
void DoManaRegen();
void DoStaminaHungerUpdate();