Commit f9acbb326d22c95b3dc82cdb0fd21fa484f29d4c

Authored by zhouhaihai
1 parent 1d4eec98

bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/models/RolePlugin.lua
@@ -1374,7 +1374,7 @@ function RolePlugin.bind(Role) @@ -1374,7 +1374,7 @@ function RolePlugin.bind(Role)
1374 1374
1375 -- 是否需要进行引导 1375 -- 是否需要进行引导
1376 function Role:checkOverGuide(guideId) 1376 function Role:checkOverGuide(guideId)
1377 - local funcGuide = self:getProperty("guideId") 1377 + local funcGuide = self:getProperty("funcGuide")
1378 if funcGuide:getv(guideId, 0) > 0 then 1378 if funcGuide:getv(guideId, 0) > 0 then
1379 return true 1379 return true
1380 end 1380 end