Jump to content
  • beautifying XML


    Bugreporter
    • Version: All Product: Fight Classes Type: Suggestion Status: Not a Bug

    Not really urgent, but nice to have :

    instead of

        <FightClassSpell>
          <FightClassConditions>
            ...
          <FightClassConditions>
          <SpellName>--Buffs</SpellName>
          ...
          <DescriptionSpell>Set all known buffs</DescriptionSpell>

     


    would it be very helpful (if I change Files with another editor) to have
       

       <FightClassSpell>
          <SpellName>--Buffs</SpellName>
          <DescriptionSpell>Set all known buffs</DescriptionSpell>
          <FightClassConditions>
            ...
          </FightClassConditions>
          ...

     

    With this a spell is much easier to find and edit in an external editor.



    User Feedback

    Recommended Comments

    Droidz

    Posted

    Hello, I'll not change it (xml il generated automaticly).



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...