Skip to content

Commit

Permalink
Fix target closest friendly monster
Browse files Browse the repository at this point in the history
  • Loading branch information
markdwags committed Sep 10, 2023
1 parent 0aec971 commit 5b23bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Razor/Core/TargetingClosest.cs
Expand Up @@ -112,7 +112,7 @@ public static void TargetCloseFriendlyHumanoid()

public static void TargetCloseFriendlyMonster()
{
ClosestTarget((int) TargetType.Invalid, (int) TargetType.Innocent, (int) TargetType.GuildAlly);
ClosestMonsterTarget((int) TargetType.Invalid, (int) TargetType.Innocent, (int) TargetType.GuildAlly);
}

public static void TargetCloseEnemy()
Expand Down

0 comments on commit 5b23bae

Please sign in to comment.