Skip to content

Commit

Permalink
Rename Sykriding in the Type (ID) filter menu to Flying
Browse files Browse the repository at this point in the history
  • Loading branch information
mbattersby committed Aug 19, 2024
1 parent abdd4ca commit 98a15ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions SpellInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ LM.MOUNT_TYPE_INFO = {
},
[402] = {
-- TWW: Flying mounts with Ride-Along
name = MOUNT_JOURNAL_FILTER_DRAGONRIDING,
name = MOUNT_JOURNAL_FILTER_FLYING .. ' + ' .. MOUNT_JOURNAL_FILTER_RIDEALONG ,
flags = {
FLY = tocVersion >= 110000 and true or nil,
DRAGONRIDING = true,
Expand Down Expand Up @@ -209,7 +209,7 @@ LM.MOUNT_TYPE_INFO = {
},
[424] = {
-- Flying + Skyriding
name = MOUNT_JOURNAL_FILTER_DRAGONRIDING,
name = MOUNT_JOURNAL_FILTER_FLYING,
flags = {
FLY = true,
DRAGONRIDING = tocVersion >= 110000 and true or nil,
Expand All @@ -228,15 +228,15 @@ LM.MOUNT_TYPE_INFO = {
[436] = {
-- Flying + Skyriding Aurelids
-- These don't benefit from mount equipment?
name = MOUNT_JOURNAL_FILTER_DRAGONRIDING,
name = MOUNT_JOURNAL_FILTER_FLYING,
flags = {
FLY = true,
DRAGONRIDING = true,
},
},
[437] = {
-- Flying + Skyriding discs
name = MOUNT_JOURNAL_FILTER_DRAGONRIDING,
name = MOUNT_JOURNAL_FILTER_FLYING,
flags = {
FLY = true,
DRAGONRIDING = true,
Expand All @@ -252,15 +252,15 @@ LM.MOUNT_TYPE_INFO = {
},
[444] = {
-- Flying + Skyriding Charming Courier (on beta at least)
name = MOUNT_JOURNAL_FILTER_DRAGONRIDING,
name = MOUNT_JOURNAL_FILTER_FLYING,
flags = {
FLY = true,
DRAGONRIDING = true,
},
},
[445] = {
-- Voyaging Wilderling got its own type for some reason
name = MOUNT_JOURNAL_FILTER_DRAGONRIDING,
name = MOUNT_JOURNAL_FILTER_FLYING,
flags = {
FLY = true,
DRAGONRIDING = true,
Expand Down

0 comments on commit 98a15ba

Please sign in to comment.