Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🍰 Pullrequest
Proof
Corrects Astranaar waypoints according to sniff.
Sniffed from wotlk classic PTR but the waypoints have been the same since very early 2004. Confirmed on classic Era PTR that has exactly same waypoints in wotlk classic PTR as in classic era PTR.
I didn't update the spawn of creature 33470 since it already uses the is_spawn position.
One of the waypoints are into a wall, since Blizz forgot to update the NPCs waypoints once they added a house there in patch 0.6:
On classic era the NPC has a 30s delay before it teleports into the wall. It is an issue of the blizzard waypoint system, when it cannot reach a waypoint it will teleport after a while. The waypoint into the wall on vmangos doesn't have any delay since it is not intended and simply bug of modern wows waypoint system.
Creature 33413 had hand spawned waypoints.
Differences between creature 33413 before and after PR:
Issues
How2Test