Closed mbattersby closed 4 months ago
The last return from C_MountJournal.GetMountInfoByID is now isSteadyFlight instead of isDragonriding.
C_MountJournal.GetMountInfoByID
isSteadyFlight
isDragonriding
~LM.Journal needs fixups but more importantly~ the logic for LM.Environment:IsDragonriding() is now wrong.
LM.Environment:IsDragonriding()
I think I'm gonna take out IsDragonRiding()
Removed.
The last return from
C_MountJournal.GetMountInfoByID
is nowisSteadyFlight
instead ofisDragonriding
.~LM.Journal needs fixups but more importantly~ the logic for
LM.Environment:IsDragonriding()
is now wrong.