Skip to content

Commit

Permalink
-Auto disenchant random item fix: Bots no longer stop moving without …
Browse files Browse the repository at this point in the history
…disenchanting an item when they want to disenchant a random item while moving.
  • Loading branch information
mostlikely4r committed Nov 8, 2024
1 parent 0c439b1 commit 16fa0ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playerbot/strategy/actions/CastCustomSpellAction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ bool DisenchantRandomItemAction::Execute(Event& event)
if (bot->IsMoving())
{
ai->StopMoving();
return true;
}

if (bot->IsMounted())
Expand Down

0 comments on commit 16fa0ee

Please sign in to comment.