From f39244acca8c233d70d3557189ef65f3607b1cc8 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Wed, 2 Jan 2019 17:09:36 -0500 Subject: [PATCH] Comment out some IsBardOnlyStackEffect stuff --- common/spdat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/spdat.cpp b/common/spdat.cpp index cb41c5158..8006e377d 100644 --- a/common/spdat.cpp +++ b/common/spdat.cpp @@ -1125,10 +1125,10 @@ bool IsStackableDot(uint16 spell_id) bool IsBardOnlyStackEffect(int effect) { switch(effect) { - case SE_CurrentMana: + /*case SE_CurrentMana: case SE_ManaRegen_v2: case SE_CurrentHP: - case SE_HealOverTime: + case SE_HealOverTime:*/ case SE_BardAEDot: return true; default: