This commit is contained in:
aozhiwei 2021-04-16 16:39:00 +08:00
parent 7c7d8546f2
commit abc9631ae2

View File

@ -39,7 +39,7 @@ bool IsValidSlotId(int slot_id)
bool IsValidBuffEffect(int buff_effect)
{
return buff_effect > kBET_Begin && buff_effect < kBET_End;
return buff_effect > kBET_Begin && buff_effect < (kBET_End + 10);
}
bool IsValidHumanAttr(int attr_type)