Skip to content

Commit

Permalink
Botanica: Fix missing intro (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraco authored May 9, 2024
1 parent 1626889 commit a493b3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ instance_botanica::instance_botanica(Map* map) : ScriptedInstance(map)
for (Creature* creature : *m_bloodwarderGroup)
{
if (!creature->IsAlive())
return;
continue;

creature->GetMotionMaster()->MoveWaypoint();
}
Expand Down

0 comments on commit a493b3c

Please sign in to comment.