Commit b5185d3be8be6996bb4d12c463377d988993fa40

Authored by zhouhaihai
1 parent 0e3ab88d

bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/adv/Adv.lua
... ... @@ -48,7 +48,7 @@ function Adv:initByInfo(advInfo)
48 48 end
49 49 -- 找出level 是否存在中继层
50 50 function Adv:isHaveRelay(level, chapterId)
51   - level = chapterId or self.level
  51 + level = level or self.level
52 52 chapterId = chapterId or self.chapterId
53 53 if level == 1 then return end
54 54  
... ...