diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-22 20:19:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-22 20:19:45 +0300 |
commit | e3ed84959f0c38085a2acb58dd1ea678a4c8e5ad (patch) | |
tree | bb4672f765abc2b2672aa7d6411b22535e75c063 /hercules/templates | |
parent | 7dfa42da500427b4d6cf034af21ebdeeb1d9b029 (diff) | |
download | evol-tools-e3ed84959f0c38085a2acb58dd1ea678a4c8e5ad.tar.gz evol-tools-e3ed84959f0c38085a2acb58dd1ea678a4c8e5ad.tar.bz2 evol-tools-e3ed84959f0c38085a2acb58dd1ea678a4c8e5ad.tar.xz evol-tools-e3ed84959f0c38085a2acb58dd1ea678a4c8e5ad.zip |
hercules: add mercenaries name into converted xml.
Diffstat (limited to 'hercules/templates')
-rw-r--r-- | hercules/templates/mercenary.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hercules/templates/mercenary.tpl b/hercules/templates/mercenary.tpl index e17f281..c371659 100644 --- a/hercules/templates/mercenary.tpl +++ b/hercules/templates/mercenary.tpl @@ -1,3 +1,3 @@ - <mercenary id="{0}"> - {1} + <mercenary id="{id}" name="{name}"> + {sprite} </mercenary> |