[Cleanup] Remove CalcPetHp from spdat.h (#3364)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-05-24 23:37:04 -04:00 committed by GitHub
parent 23bc3c7fd6
commit f41a219309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1561,7 +1561,6 @@ bool IsInstrumentModAppliedToSpellEffect(int32 spell_id, int effect);
bool IsPulsingBardSong(int32 spell_id);
uint32 GetProcLimitTimer(int32 spell_id, int proc_type);
bool IgnoreCastingRestriction(int32 spell_id);
int CalcPetHp(int levelb, int classb, int STA = 75);
int GetSpellEffectDescNum(uint16 spell_id);
DmgShieldType GetDamageShieldType(uint16 spell_id, int32 DSType = 0);
bool DetrimentalSpellAllowsRest(uint16 spell_id);