diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-09 22:59:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-09 23:11:56 +0300 |
commit | 48d94a2b5fcfbfc3c8764c4d8417c9f2f36450ac (patch) | |
tree | 90dd40cf93a51a18c7c5eb8526d63f5c3243e69b /mods.xml | |
parent | 3c2c5833c9be6c08d75a0b14e1f8600af2ce5611 (diff) | |
download | clientdata-48d94a2b5fcfbfc3c8764c4d8417c9f2f36450ac.tar.gz clientdata-48d94a2b5fcfbfc3c8764c4d8417c9f2f36450ac.tar.bz2 clientdata-48d94a2b5fcfbfc3c8764c4d8417c9f2f36450ac.tar.xz clientdata-48d94a2b5fcfbfc3c8764c4d8417c9f2f36450ac.zip |
Remove pet assigned to 1800 item and move it to pets mod.
add mods.xml
Diffstat (limited to 'mods.xml')
-rw-r--r-- | mods.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mods.xml b/mods.xml new file mode 100644 index 00000000..a50e2677 --- /dev/null +++ b/mods.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: 4144 +Copyright (C) 2014 Evol Online --> + +<mods> + <mod name="pets" description="Add pets" help="mods/pets.txt" localdir="mods/pets" /> +</mods> |