mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-22 10:32:25 +00:00
Comment out some IsBardOnlyStackEffect stuff
This commit is contained in:
parent
b870873ffe
commit
f39244acca
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user