Fix some bard stacking issues (mainly AE DOT)

Please report if it breaks anything (shouldn't)
This commit is contained in:
Michael Cook (mackal)
2018-12-17 00:51:18 -05:00
parent bfe85a2f1b
commit bbbee6e6b2
3 changed files with 19 additions and 0 deletions
+1
View File
@@ -968,6 +968,7 @@ uint32 GetPartialMeleeRuneAmount(uint32 spell_id);
uint32 GetPartialMagicRuneAmount(uint32 spell_id);
bool NoDetrimentalSpellAggro(uint16 spell_id);
bool IsStackableDot(uint16 spell_id);
bool IsBardOnlyStackEffect(int effect);
bool IsCastWhileInvis(uint16 spell_id);
bool IsEffectIgnoredInStacking(int spa);