Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev
This commit is contained in:
commit
0cb6c115cd
@ -278,11 +278,11 @@ function BattleTeam:addBuff(buffEffect)
|
|||||||
else
|
else
|
||||||
table.insert(self.buffList, buffEffect)
|
table.insert(self.buffList, buffEffect)
|
||||||
self:updateBuffState(buffEffect.buff, 1)
|
self:updateBuffState(buffEffect.buff, 1)
|
||||||
if buffEffect.buff:getIcon() then
|
needRecycle = buffEffect
|
||||||
self.battleController:refreshBuff(self.side, self.buffList)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
needRecycle = buffEffect
|
if buffEffect.buff:getIcon() then
|
||||||
|
self.battleController:refreshBuff(self.side, self.buffList)
|
||||||
end
|
end
|
||||||
|
|
||||||
return needRecycle
|
return needRecycle
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user