diff options
author | Philipp Sehmisch <github@crushnet.org> | 2011-09-12 08:41:10 -0700 |
---|---|---|
committer | Philipp Sehmisch <github@crushnet.org> | 2011-09-12 08:41:10 -0700 |
commit | 9985f1edf5f4b01661a92bada56b8db386e79c7b (patch) | |
tree | 418d3c882ed3c5ba0b235207584458b9ba9a3229 | |
parent | 496304619079f637f36c5255e7c315450d6dd894 (diff) | |
parent | de188a0db495c1f5b88812371987f0b6ae577e5a (diff) | |
download | manaserv-9985f1edf5f4b01661a92bada56b8db386e79c7b.tar.gz manaserv-9985f1edf5f4b01661a92bada56b8db386e79c7b.tar.bz2 manaserv-9985f1edf5f4b01661a92bada56b8db386e79c7b.tar.xz manaserv-9985f1edf5f4b01661a92bada56b8db386e79c7b.zip |
Merge pull request #4 from Philipp-S/specials.xml
Changed specials.xml to reflect the current capabilities
Reviewed-by: Bertram
-rw-r--r-- | example/clientdata/specials.xml | 7 |
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> |