Comment out some IsBardOnlyStackEffect stuff

This commit is contained in:
Michael Cook (mackal) 2019-01-02 17:09:36 -05:00
parent b870873ffe
commit f39244acca

View File

@ -1125,10 +1125,10 @@ bool IsStackableDot(uint16 spell_id)
bool IsBardOnlyStackEffect(int effect) bool IsBardOnlyStackEffect(int effect)
{ {
switch(effect) { switch(effect) {
case SE_CurrentMana: /*case SE_CurrentMana:
case SE_ManaRegen_v2: case SE_ManaRegen_v2:
case SE_CurrentHP: case SE_CurrentHP:
case SE_HealOverTime: case SE_HealOverTime:*/
case SE_BardAEDot: case SE_BardAEDot:
return true; return true;
default: default: