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

Nerub-ar Palace has an instance flight map. #16

Open
greerga opened this issue Sep 12, 2024 · 1 comment
Open

Nerub-ar Palace has an instance flight map. #16

greerga opened this issue Sep 12, 2024 · 1 comment

Comments

@greerga
Copy link

greerga commented Sep 12, 2024

Similar to Sanctum of Domination Sepulcher of the First Ones, there are flight paths inside the beginning raid that do not currently work properly. This is noticeable in the first LFR wing.

@greerga
Copy link
Author

greerga commented Sep 15, 2024

I'm thinking the answer is:

            if IsInInstance() then
                local _, _, _, _, _, _, _, instanceID = GetInstanceInfo()
                -- Not "Sepulcher of the First Ones" (2481) or "Nerub-ar Palace" (2657).
                if instanceID == 2481 or instanceID == 2657 then

Will test next LFR/raid run that I do.

Edit: Yes, that works as expected.

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

No branches or pull requests

1 participant