Skip to content

Commit

Permalink
fix(combat handler): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Sep 18, 2023
1 parent 02602ac commit 8f215e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osr/handlers/combathandler.simba
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ begin
if Self.Monster.Filter.Walker then
begin
me := ScriptWalker^.GetMyPos();
Result := me + (monster - Minimap.Center());
Result := me + (Result - Minimap.Center());
Result := Result.Rotate(-Minimap.GetCompassAngle(False), me);
end;
end;
Expand Down

0 comments on commit 8f215e6

Please sign in to comment.