GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
0c7b1a2c7a97a7270f97b2430462f983a4ccc303
Authored by
zhouhaihai
2020-11-27 16:20:56 +0800
1 parent
3ec5de90
光环 buga
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvPlayer.lua
Inline
Side-by-side
src/adv/AdvPlayer.lua
Wrap text
Show/Hide comments
View file @
0c7b1a2
...
...
@@ -699,7 +699,7 @@ function Enemy:checkAuraBuff(buffs)
699
699
if buff then
700
700
buff:uncover(info.exist and -info.count or -1, true)
701
701
end
702
- elseif
count > 0 then
702
+ elseif
info.
count > 0 then
703
703
self:addBuff(buffId, nil, info.count)
704
704
end
705
705
end
...
...