summaryrefslogtreecommitdiff
path: root/hercules/templates/pet.tpl
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-22 21:00:51 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-22 21:00:51 +0300
commit8a1e1ce6614f0c340b8251cb8ac68386d8577ee4 (patch)
treee8f8ca07dd3ce036e31dfc77dabb86920215ac5f /hercules/templates/pet.tpl
parente3ed84959f0c38085a2acb58dd1ea678a4c8e5ad (diff)
downloadevol-tools-8a1e1ce6614f0c340b8251cb8ac68386d8577ee4.tar.gz
evol-tools-8a1e1ce6614f0c340b8251cb8ac68386d8577ee4.tar.bz2
evol-tools-8a1e1ce6614f0c340b8251cb8ac68386d8577ee4.tar.xz
evol-tools-8a1e1ce6614f0c340b8251cb8ac68386d8577ee4.zip
hercules: add pets name into converted xml.
Diffstat (limited to 'hercules/templates/pet.tpl')
-rw-r--r--hercules/templates/pet.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/hercules/templates/pet.tpl b/hercules/templates/pet.tpl
index e328137..08d489c 100644
--- a/hercules/templates/pet.tpl
+++ b/hercules/templates/pet.tpl
@@ -1,3 +1,3 @@
- <pet id="{0}">
- {1}
+ <pet id="{id}" name="{name}">
+ {sprite}
</pet>