Add a CastWhileInvis check and fix some issues

This commit is contained in:
Michael Cook (mackal)
2016-07-23 18:07:56 -04:00
parent cd9a7f1d5d
commit f428a8a56a
4 changed files with 17 additions and 3 deletions
+1
View File
@@ -903,6 +903,7 @@ uint32 GetPartialMeleeRuneAmount(uint32 spell_id);
uint32 GetPartialMagicRuneAmount(uint32 spell_id);
bool NoDetrimentalSpellAggro(uint16 spell_id);
bool IsStackableDot(uint16 spell_id);
bool IsCastWhileInvis(uint16 spell_id);
int CalcPetHp(int levelb, int classb, int STA = 75);
const char *GetRandPetName();