Skip to content

Commit e8d0de5

Browse files
authored
bot-> not botAI->
1 parent 302281e commit e8d0de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PlayerbotAI.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4945,7 +4945,7 @@ Item* PlayerbotAI::FindLockedItem() const
49454945
{
49464946
return FindItemInInventory([this](ItemTemplate const* itemTemplate) -> bool
49474947
{
4948-
if (!this->botAI->HasSkill(SKILL_LOCKPICKING)) // Ensure bot has Lockpicking skill
4948+
if (!this->bot->HasSkill(SKILL_LOCKPICKING)) // Ensure bot has Lockpicking skill
49494949
return false;
49504950

49514951
if (itemTemplate->LockID == 0) // Ensure the item is actually locked

0 commit comments

Comments
 (0)