mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +00:00
[Cleanup] Remove CalcPetHp from spdat.h (#3364)
# Notes - This is unused.
This commit is contained in:
parent
23bc3c7fd6
commit
f41a219309
@ -1561,7 +1561,6 @@ bool IsInstrumentModAppliedToSpellEffect(int32 spell_id, int effect);
|
|||||||
bool IsPulsingBardSong(int32 spell_id);
|
bool IsPulsingBardSong(int32 spell_id);
|
||||||
uint32 GetProcLimitTimer(int32 spell_id, int proc_type);
|
uint32 GetProcLimitTimer(int32 spell_id, int proc_type);
|
||||||
bool IgnoreCastingRestriction(int32 spell_id);
|
bool IgnoreCastingRestriction(int32 spell_id);
|
||||||
int CalcPetHp(int levelb, int classb, int STA = 75);
|
|
||||||
int GetSpellEffectDescNum(uint16 spell_id);
|
int GetSpellEffectDescNum(uint16 spell_id);
|
||||||
DmgShieldType GetDamageShieldType(uint16 spell_id, int32 DSType = 0);
|
DmgShieldType GetDamageShieldType(uint16 spell_id, int32 DSType = 0);
|
||||||
bool DetrimentalSpellAllowsRest(uint16 spell_id);
|
bool DetrimentalSpellAllowsRest(uint16 spell_id);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user