Spell components now show.

Signed-off-by: Melissa Avery <averymd@irrsinn.net>
This commit is contained in:
2011-09-16 21:01:32 -04:00
parent c330e590b0
commit 331eeaddf4
15 changed files with 918 additions and 917 deletions

View File

@@ -1 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?><character><spells><spell><name>Dummy Character Spell</name><short_description>A short description.</short_description></spell></spells></character>
<?xml version="1.0" encoding="utf-8"?>
<character>
<spells>
<spell>
<name>Dummy Character Spell</name>
<short_description>A short description.</short_description>
</spell>
</spells>
</character>

View File

@@ -1 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?><spells><spell><name>Dummy Spell</name><short_description>A short description.</short_description></spell></spells>
<?xml version="1.0" encoding="utf-8"?>
<spells>
<spell>
<name>Dummy Spell</name>
<short_description>A short description.</short_description>
</spell>
</spells>