This commit is contained in:
xiekaidong 2023-05-19 20:00:06 +08:00
parent b8d7fa533d
commit d51624b93b

View File

@ -262,7 +262,7 @@ function HeroEntity:getActiveTogueSkills()
if id then if id then
table.insert(list, id) table.insert(list, id)
else else
return break
end end
end end