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. Create a Worgen character2. Level to 20 to gain "Running Wild" (Worgen's equivalent of 60% mount)3. Look in SmartMount's mount/ability lists
What is the expected output? What do you see instead?Since all normal mounts (as far as I can tell) and other travel-related abilities, such as Travel Form, are supported, I would expect "Running Wild" to be supported as well, but it is not in the list of selectable mounts/abilities.
What version of the product are you using?v4.0-134 from Curse Client.
Fix as follows:
Line 28, SmartMount.lua
from
-- nightelf {[0]=[[Shadowmeld]], 58984, false, false, false, false, true, true, false, true, false, true, 'Interface\\Icons\\Ability_Ambush', true},
to
-- nightelf {[0]=[[Shadowmeld]], 58984, false, false, false, false, true, true, false, true, false, true, 'Interface\\Icons\\Ability_Ambush', true}, -- worgen {[0]=[[Running Wild]], 87840, 3, 160, false, false, false, true, false, true, false, false, 'Interface\\Icons\\Ability_Racial_Runningwild', false},
To post a comment, please login or register a new account.