Commit 0c7b1a2c7a97a7270f97b2430462f983a4ccc303

Authored by zhouhaihai
1 parent 3ec5de90

光环 buga

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/adv/AdvPlayer.lua
@@ -699,7 +699,7 @@ function Enemy:checkAuraBuff(buffs) @@ -699,7 +699,7 @@ function Enemy:checkAuraBuff(buffs)
699 if buff then 699 if buff then
700 buff:uncover(info.exist and -info.count or -1, true) 700 buff:uncover(info.exist and -info.count or -1, true)
701 end 701 end
702 - elseif count > 0 then 702 + elseif info.count > 0 then
703 self:addBuff(buffId, nil, info.count) 703 self:addBuff(buffId, nil, info.count)
704 end 704 end
705 end 705 end