Commit 9bf57456729cbbf622231f280aad5ff3c40b63d6
1 parent
d232676a
bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RolePlugin.lua
@@ -698,7 +698,7 @@ function RolePlugin.bind(Role) | @@ -698,7 +698,7 @@ function RolePlugin.bind(Role) | ||
698 | local data = csvdb["guide_unlockCsv"][func] | 698 | local data = csvdb["guide_unlockCsv"][func] |
699 | if not data then return true end -- 没有就是解锁了 | 699 | if not data then return true end -- 没有就是解锁了 |
700 | 700 | ||
701 | - local hangPass = role:getProperty("hangPass") | 701 | + local hangPass = self:getProperty("hangPass") |
702 | if hangPass[data.carbonId] then | 702 | if hangPass[data.carbonId] then |
703 | return true | 703 | return true |
704 | else | 704 | else |