mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Comment out some IsBardOnlyStackEffect stuff
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user