summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorPhilipp Sehmisch <mana@crushnet.org>2011-09-12 16:24:54 +0200
committerPhilipp Sehmisch <mana@crushnet.org>2011-09-12 16:24:54 +0200
commitde188a0db495c1f5b88812371987f0b6ae577e5a (patch)
tree418d3c882ed3c5ba0b235207584458b9ba9a3229 /example
parent496304619079f637f36c5255e7c315450d6dd894 (diff)
downloadmanaserv-de188a0db495c1f5b88812371987f0b6ae577e5a.tar.gz
manaserv-de188a0db495c1f5b88812371987f0b6ae577e5a.tar.bz2
manaserv-de188a0db495c1f5b88812371987f0b6ae577e5a.tar.xz
manaserv-de188a0db495c1f5b88812371987f0b6ae577e5a.zip
Changed specials.xml to reflect the current capabilities
Diffstat (limited to 'example')
-rw-r--r--example/clientdata/specials.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/example/clientdata/specials.xml b/example/clientdata/specials.xml
index d49f12b3..c234f667 100644
--- a/example/clientdata/specials.xml
+++ b/example/clientdata/specials.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<specials>
<set name="Magic">
- <special id="1" name="Test Spell 1" />
- <special id="2" name="Test Spell 2" />
- <special id="3" name="Test Spell 3" />
+ <special id="1" name="Test Spell 1" active="true" recharge="true" />
+ <special id="2" name="Test Spell 2" active="true" recharge="true" />
+ <special id="3" name="Test Spell 3" active="true" recharge="true" />
+ <special id="4" name="Passive Special 1" active="false" />
</set>
</specials>