Missing Kalu'ak Whalebone Glider in Mount ID tooltips
Jeremy7600 opened this issue ยท 3 comments
Describe the bug
This item is not presented in the Mount ID Tooltip feature:
https://www.wowhead.com/wotlk/item=192455/kaluak-whalebone-glider
To Reproduce
Steps to reproduce the behavior:
- Find someone riding the Whalebone Glider
- Hover over that player's nameplate or target frame
- No mount is shown
Expected behavior
Should display "Kalu'ak Whalebone Glider (100%)" when a player is riding one
Screenshots
Globz riding Kalu'ak Bonewhale Glider, no mount presented in tooltip
TipTac Reborn (please complete the following information):
- Version 23.02.18
WoW (please complete the following information):
- Flavor: WotLKC
- Version 3.4.1
Same for Reawakened Phase Hunter
https://www.wowhead.com/tbc/item=184865/reawakened-phase-hunter
I'm guessing there might be another couple
Also, mount speed for these items is dependent on the riders skill. I'd at least like to see the mount, I don't have to see the mount speed since I already have the speed of the target shown (me personally).
The function C_MountJournal.GetMountFromSpell()
isn't available in classic. As a fallback I created a plain table by outputting all spells by iterating through C_MountJournal.GetMountIDs()
and calling the mentioned function.
Unfortunately some spell IDs of mounts aren't available in retail any more but exist in classic. To solve this I will add the missing spell IDs manually.