Skip to content

Commit

Permalink
Classic doesn't have MOUNT_JOURNAL_FILTER_RIDEALONG
Browse files Browse the repository at this point in the history
  • Loading branch information
mbattersby committed Aug 19, 2024
1 parent 98a15ba commit 8583a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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_FLYING .. ' + ' .. MOUNT_JOURNAL_FILTER_RIDEALONG ,
name = MOUNT_JOURNAL_FILTER_FLYING,
flags = {
FLY = tocVersion >= 110000 and true or nil,
DRAGONRIDING = true,
Expand Down

0 comments on commit 8583a1e

Please sign in to comment.