1
This commit is contained in:
parent
a0dec1f8d9
commit
42063e9cd9
@ -28,7 +28,11 @@ func (this *buff) Add(accountId string, buffList []int32) {
|
||||
for buffId := range(buffList) {
|
||||
buffMeta := mt.Table.Buff.GetById(int64(buffId))
|
||||
if buffMeta != nil {
|
||||
if buffMeta.GetCanStack() == 0 {
|
||||
|
||||
} else {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user