stoneharry / WoW-Spell-Editor

A Spell Editor for WoW versions WOTLK 3.3.5, TBC 2.4.3, or Vanilla 1.12.1.
252 stars 115 forks source link

Handling SpellShapeshiftForm #215

Closed howtokana closed 11 months ago

howtokana commented 11 months ago

Is your feature request related to a problem? Please describe. Custom stances aren't supported in the Spell Editor.

Describe the solution you'd like Would it be possible to make the Stances read from the bindings folder so custom stances will be supported?

stoneharry commented 11 months ago

Stances are read from the Language file, not the imported data or DBC:


    <system:String x:Key="stances_strings">
        None |
        Cat |
        Tree |
        Travel |
        Aqua |
        Bear |
        Ambient |
        Ghoul |
        Dire Bear |
        Steves Ghoul |
        Tharonja Skeleton |
        Test of Strength |
        BLB Player |
        Shadow Dance |
        Creature Bear |
        Creature Cat |
        Ghost Wolf |
        Battle Stance |
        Defensive Stance |
        Berserker Stance |
        Test |
        Zombie |
        Metamorphosis |
    Unknown 1 |
    Unknown 2 |
        Undead |
        Master Angler |
        Flight (Epic) |
        Shadow |
        Flight (Normal) |
        Stealth |
        Moonkin |
        Spirit of Redemption
    </system:String>