Closed mbattersby closed 4 months ago
Possibly useful to half-use it so we get the visuals. See LM.MountRegistry:AddMount()
for how this is done with the war tanks. Note that in this case the spell ID doesn't match and would need to be fudged.
It's probably better to handle the visuals in LM.Soar and leave AddMount alone.
Doesn't look like there's anything useful in there.
Soar is now in the journal with a mount ID (2115) it's own mount type (442) and a separate spell id (441313 instead of 369536).
Trying to summon it with
C_MountJournal.SummonByID(2115)
results in 'You have not collected this mount".Overall it seems entirely useless.