This commit is contained in:
aozhiwei 2021-07-06 10:10:10 +08:00
parent 0d9007bceb
commit 376ea6990c

View File

@ -940,7 +940,7 @@ namespace MetaData
bool Buff::EffectCanStack()
{
return i->buff_effect() == kBET_ChgAttr;
return true;
}
bool Buff::IsImmuneBuffEffect(int buff_effect)