Commit 505479c729ab24e943db14a09576304e48c84d12
1 parent
a55177a3
bug
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/Adv.lua
... | ... | @@ -1029,7 +1029,7 @@ function Adv:useItem(itemId, count, target) |
1029 | 1029 | if itemData["function"] == 0 or itemData["function"] == 2 then count = 1 end |
1030 | 1030 | |
1031 | 1031 | if itemId == 5020 then |
1032 | - role:finishGuide(53) | |
1032 | + self.owner:finishGuide(53) | |
1033 | 1033 | end |
1034 | 1034 | |
1035 | 1035 | self:checkAchievement(self.AchievType.UseItem, count, itemId) | ... | ... |