This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem? 1. Get a DK Mount and no Epic Flying Skill 2. Cant get Smart Mount to use the DK Mount.
What is the expected output? What do you see instead? Being able to set the DK mount for slow flying type.
I belive that line 1050 should read
elseif(strfind(text, L["scales"])) or strfind(text, L["changes"]) then -- Catches flying mounts that change depending on skill
Not sure of there are any other flying mounts that change speed, but this adds support for the Ebon Blade mount as the tip is different.
I tested this change this morning and it works just fine to fix the Winged Steed of the Ebon Blade problem.
To post a comment, please login or register a new account.