Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev

This commit is contained in:
chenxi 2023-05-29 11:15:36 +08:00
commit 0cb6c115cd

View File

@ -278,13 +278,13 @@ function BattleTeam:addBuff(buffEffect)
else
table.insert(self.buffList, buffEffect)
self:updateBuffState(buffEffect.buff, 1)
if buffEffect.buff:getIcon() then
self.battleController:refreshBuff(self.side, self.buffList)
end
needRecycle = buffEffect
end
if buffEffect.buff:getIcon() then
self.battleController:refreshBuff(self.side, self.buffList)
end
return needRecycle
end