xod-wow / LiteMount

World of Warcraft addon LiteMount
GNU General Public License v2.0
31 stars 10 forks source link

TWW - Handle Classic compatibility #246

Closed mbattersby closed 4 months ago

mbattersby commented 4 months ago

I assume all the changes will come to the classic API at some point.

Until then, supporting both looks like a pain.

mbattersby commented 4 months ago

Things that need forwards-compatibility wrappers for Classic.

In theory I can test this on live to see if it works without all that hassle of starting classic.

C_Spell

C_Spell.GetSpellInfo C_Spell.GetSpellSubtext C_Spell.GetSpellName C_Spell.IsSpellUsable C_Spell.GetSpellCooldown

C_MountJournal

C_MountJournal.IsDragonridingUnlocked

mbattersby commented 4 months ago

Seems to be working now, closing.