Initial commit

This commit is contained in:
2026-07-02 18:07:39 +02:00
commit 92646b4d88
7 changed files with 195 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# What
LocationMount is a small addon that provides a macro command to automatically
select the correct mount based on your current location. It will prioritize
flying mounts over ground mounts and epic mounts over rare mounts. There is no
configuration.
# How
Install the addon and make a macro:
```
/click LocationMount
```
or if for some reason you want one that only picks the correct ground mount:
```
/click LocationMountGround
```
# Why not just use a [flyable] macro?
In TBC anniversary the flyable condition (and the related `IsFlyableArea()`
API) appears broken and returns true in many more zones than it should.