diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-25 12:32:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-25 12:32:08 +0300 |
commit | a383622485a6c10c68bb3e69cc3470e94b359d55 (patch) | |
tree | 6127de728f31035a79bf68b41a189eb29e028c97 /hercules/templates | |
parent | a0a9df160d72c0401653df2b7476ab7b57ee4b9a (diff) | |
download | evol-tools-a383622485a6c10c68bb3e69cc3470e94b359d55.tar.gz evol-tools-a383622485a6c10c68bb3e69cc3470e94b359d55.tar.bz2 evol-tools-a383622485a6c10c68bb3e69cc3470e94b359d55.tar.xz evol-tools-a383622485a6c10c68bb3e69cc3470e94b359d55.zip |
hercules: add support for convert homunculus db into homunculuses.xml.
Diffstat (limited to 'hercules/templates')
-rw-r--r-- | hercules/templates/homunculus.tpl | 3 | ||||
-rw-r--r-- | hercules/templates/homunculuses.xml | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/hercules/templates/homunculus.tpl b/hercules/templates/homunculus.tpl new file mode 100644 index 0000000..f2c3301 --- /dev/null +++ b/hercules/templates/homunculus.tpl @@ -0,0 +1,3 @@ + <homunculus id="{0}"> + {1} + </homunculus> diff --git a/hercules/templates/homunculuses.xml b/hercules/templates/homunculuses.xml new file mode 100644 index 0000000..3737d8b --- /dev/null +++ b/hercules/templates/homunculuses.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: 4144 +Copyright (C) 2014 Evol Online --> +<homunculuses> +{0} +</homunculuses> |