diff --git a/src/PlayerbotAI.cpp b/src/PlayerbotAI.cpp index 460544c8..3ebbe5f7 100644 --- a/src/PlayerbotAI.cpp +++ b/src/PlayerbotAI.cpp @@ -682,7 +682,7 @@ void PlayerbotAI::Reset(bool full) aiObjectContext->GetValue("old target")->Set(nullptr); aiObjectContext->GetValue("current target")->Set(nullptr); - aiObjectContext->GetValue("prioritized targets")->Reset(); + aiObjectContext->GetValue("prioritized targets")->Reset(); aiObjectContext->GetValue("pull target")->Set(ObjectGuid::Empty); aiObjectContext->GetValue("rpg target")->Set(GuidPosition()); aiObjectContext->GetValue("loot target")->Set(LootObject());