Runescape-Web-Walker-Engine
Runescape-Web-Walker-Engine copied to clipboard
Rellekka special case bug
I've been testing this special case
https://github.com/itsdax/Runescape-Web-Walker-Engine/blob/04a8fb98c7006cf0538e1ecdfa4f43398cffea63/src/main/java/dax/walker_engine/navigation_utils/NavigationSpecialCase.java#L353-L364
And it seems to be switched with this one:
https://github.com/itsdax/Runescape-Web-Walker-Engine/blob/04a8fb98c7006cf0538e1ecdfa4f43398cffea63/src/main/java/dax/walker_engine/navigation_utils/NavigationSpecialCase.java#L336-L340
If i understood correctly, the special case is our destination and not our current position.
Related issue: https://github.com/itsdax/Runescape-Web-Walker-Engine/issues/144#issue-1297955288