1
This commit is contained in:
parent
7c7d8546f2
commit
abc9631ae2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user