fix bug
This commit is contained in:
parent
4186ffdb94
commit
d3ee3c6799
@ -213,7 +213,7 @@ function BattleTeam:removeAllBuff()
|
||||
if buffEffect then
|
||||
self:updateBuffState(buffEffect.buff, -1)
|
||||
table.remove(self.buffList, i)
|
||||
BattleBuffHandle.removeBuff(self, buffEffect)
|
||||
BattleBuffHandle.removeBuff(self.mainUnit, buffEffect)
|
||||
end
|
||||
end
|
||||
self.battleController:clearBuff(self.side)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user