diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-04-13 23:14:39 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-08-26 22:56:45 +0200 |
commit | 9c4b8e24487843f0b52108ba99c8c01f03bfae81 (patch) | |
tree | 6978761b991d3b9d8a0e43c05da76bcb06a34a27 /example | |
parent | 9ff69160ea1c3c64ea7012cd70a3b50ff4373264 (diff) | |
download | manaserv-9c4b8e24487843f0b52108ba99c8c01f03bfae81.tar.gz manaserv-9c4b8e24487843f0b52108ba99c8c01f03bfae81.tar.bz2 manaserv-9c4b8e24487843f0b52108ba99c8c01f03bfae81.tar.xz manaserv-9c4b8e24487843f0b52108ba99c8c01f03bfae81.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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/abilities.xml b/example/abilities.xml index 317a4737..101c802e 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> |