From f41a219309aff1f964ee60fa8284cf4ec42333d1 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Wed, 24 May 2023 23:37:04 -0400 Subject: [PATCH] [Cleanup] Remove CalcPetHp from spdat.h (#3364) # Notes - This is unused. --- common/spdat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common/spdat.h b/common/spdat.h index 1ea21256e..18092080f 100644 --- a/common/spdat.h +++ b/common/spdat.h @@ -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);