Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions LibFlyable.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ local spellForContinent = {
[1160] = 191645, -- SMV Alliance Garrison Level 4
-- Broken Isles Pathfinder
[1220] = 233368, -- Broken Isles
-- Battle for Azeroth Pathfinder
[1642] = 278833, -- Zandalar
[1643] = 278833, -- Kul Tiras
[1718] = 278833, -- Nazjatar

-- Unflyable continents/instances where IsFlyableArea returns true:
[1191] = -1, -- Ashran (PvP)
Expand All @@ -49,6 +53,37 @@ local spellForContinent = {
[1469] = -1, -- The Heart of Azeroth (Shaman)
[1107] = -1, -- Dreadscar Rift (Warlock)
[1479] = -1, -- Skyhold (Warrior)

-- Unflyable island expeditions where IsFlyableArea returns true:
[1813] = -1, -- Un'gol Ruins
[1814] = -1, -- Havenswood
[1879] = -1, -- Jorundall
[1882] = -1, -- Verdant Wilds
[1883] = -1, -- Whispering Reef
[1892] = -1, -- Rotting Mire
[1893] = -1, -- The Dread Chain
[1897] = -1, -- Molten Clay
[1898] = -1, -- Skittering Hollow
[1907] = -1, -- Snowblossom Village
[2124] = -1, -- Crestfall

-- Unflyable Dungeons where IsFlyableArea returns true:
[1763] = -1, -- Atal'dazar

-- Unflyable Warfronts where IsFlyableArea returns true:
[1943] = -1, -- The Battle of Stormgarde
[1876] = -1, -- Warfronts Arathi - Horde

-- Unflyable Raids where IsFlyableArea returns true:
[2169] = -1, -- Uldir: The Oblivion Door

-- Unflyable Scenarios where IsFlyableArea returns true:
[1662] = -1, -- Assault of the Sanctum of Order
[1906] = -1, -- Zandalar Continent Finale
[1917] = -1, -- Mag'har Scenario

-- Unflyable Lesser Visions where IsFlyableArea returns true:
[2275] = -1, -- Vale of Eternal Twilight
}

local noFlySubzones = {
Expand Down