Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Script): Fix npc following player after starting duel (azerothcor…
…e#20161) * fix(Script): Changed npc move script Death Knight Initiate (id: 28406) was not turning to face the player after they engaged a duel instead the npc followed the player wherever they went. Change was to remove script line for follow and replace with SetFacingToObject and specify the player as the object. Closes AzerothCore issue azerothcore#20108 * fix(script): Fix npc following player whitespace issue Attempt to fix code styling fail on whtiespace * fix(script): Fix npc following player another whitespace issue Found more whitespace that was made by the fix to previous whitespace
- Loading branch information