diff --git a/lua/app/userdata/hero/hero_entity.lua b/lua/app/userdata/hero/hero_entity.lua index 796807a6..17414561 100644 --- a/lua/app/userdata/hero/hero_entity.lua +++ b/lua/app/userdata/hero/hero_entity.lua @@ -161,7 +161,7 @@ function HeroEntity:canLvUp() end function HeroEntity:isUnlock() - return self:getUnlcokChapter() <= DataManager.ChapterData:getMaxChapterId() + return self:getUnlcokChapter() < DataManager.ChapterData:getMaxChapterId() end function HeroEntity:isActived()