diff options
author | Fate <fate.tmw@googlemail.com> | 2008-11-01 22:34:39 +0000 |
---|---|---|
committer | Fate <fate.tmw@googlemail.com> | 2008-11-01 22:34:39 +0000 |
commit | d842f9c0517a550829f87db238bb5b55bcc21607 (patch) | |
tree | c81a3efd500673006643b827f948cc3a62409d8c | |
parent | c60648e6e283bf1d84b6adee51e6de80db946baf (diff) | |
download | clientdata-d842f9c0517a550829f87db238bb5b55bcc21607.tar.gz clientdata-d842f9c0517a550829f87db238bb5b55bcc21607.tar.bz2 clientdata-d842f9c0517a550829f87db238bb5b55bcc21607.tar.xz clientdata-d842f9c0517a550829f87db238bb5b55bcc21607.zip |
* Added skills.xml file in preparation for the next commit, which changes the skill GUI to draw skill names from that very file
-rw-r--r-- | skills.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skills.xml b/skills.xml new file mode 100644 index 00000000..d07aab2e --- /dev/null +++ b/skills.xml @@ -0,0 +1,3 @@ +<skills> + <skill id="1" name="Basic" fixed="0"/> +</skills> |