Skip to content

Commit

Permalink
Icecrown: Add wp movement
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jan 3, 2025
1 parent 1d4c757 commit 11357b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/AI/ScriptDevAI/scripts/northrend/icecrown.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ struct npc_lithe_stalker : public PetAI
{
SetFollowMovement(false);
m_creature->CastSpell(nullptr, 58190, TRIGGERED_OLD_TRIGGERED);
// DO STUFF HERE
m_creature->GetMotionMaster()->MoveWaypoint(1, FORCED_MOVEMENT_RUN);
}
}
};
Expand Down

0 comments on commit 11357b5

Please sign in to comment.