Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abyssal Seahorse is only usable in Vashj'ir #14

Open
Talyrius opened this issue Aug 2, 2018 · 2 comments
Open

Abyssal Seahorse is only usable in Vashj'ir #14

Talyrius opened this issue Aug 2, 2018 · 2 comments

Comments

@Talyrius
Copy link

Talyrius commented Aug 2, 2018

Right now, the logic for the mount list creation only checks for Vashj'ir with the Subdued Seahorse. The default swim speed for the Abyssal Seahorse is set to 450%, so it always selects it when swimming.

@Phanx
Copy link
Member

Phanx commented Aug 19, 2018

Thanks. I never actually got one, so I assumed it would be usable everywhere (otherwise it seems fairly pointless).

Edit: After looking at the logic, the Abyssal Seahorse should automatically be ignored in other zones by virtue of being unusable. Does /dump (select(5, GetMountInfoByID(232))) now return "true" outside of Vashj'ir?

@Talyrius
Copy link
Author

That's the mount's type, not its ID.

However, these both return true and casting it outputs "You are in the wrong zone." to the UIErrorsFrame:
/dump (select(5, C_MountJournal.GetMountInfoByID(373)))
/dump (IsUsableSpell(75207))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants