Worgen's "Running Wild" not supported #105


  • New
  • Defect
Open
  • _ForgeUser1753216 created this issue Jan 12, 2011

    What steps will reproduce the problem?
    1. Create a Worgen character
    2. 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.

  • _ForgeUser1753216 added the tags New Defect Jan 12, 2011
  • Daeymien posted a comment Mar 8, 2011

    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},
    

    Edited Dec 3, 2011

To post a comment, please login or register a new account.