summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-04-13 23:14:39 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-05-08 14:02:50 +0200
commitfe26d911ca35fb6d4f886567d3c0e8f03120f4ef (patch)
tree06a239f74c1a00124e5e91646b7d1d5dd797f427 /example
parent708896008ad8ea391d542ce37b9871318a84fb97 (diff)
downloadmanaserv-fe26d911ca35fb6d4f886567d3c0e8f03120f4ef.tar.gz
manaserv-fe26d911ca35fb6d4f886567d3c0e8f03120f4ef.tar.xz
manaserv-fe26d911ca35fb6d4f886567d3c0e8f03120f4ef.zip
[Abilities] Renamed set to category
On the one hand setSetName and setName could sound misleading in the qt client patch i plan. On the otherhand i never really liked the name "set". I think category is more general and obvious.
Diffstat (limited to 'example')
-rw-r--r--example/abilities.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/abilities.xml b/example/abilities.xml
index 317a473..101c802 100644
--- a/example/abilities.xml
+++ b/example/abilities.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<abilities>
- <ability-set name="Magic">
+ <ability-category name="Magic">
<ability
id="1"
name="Test Spell 1"
@@ -24,5 +24,5 @@
rechargespeed="10"
target="point"
/>
- </ability-set>
+ </ability-category>
</abilities>