mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 04:22:26 +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)
|
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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user