diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-14 00:15:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-14 00:15:47 -0300 |
commit | 89d8cc22daa08247b2812e6e572d0ba2c9bff7de (patch) | |
tree | 9714a32d0819066642979c0bfc2c42d7fded72db /items | |
parent | 7534b60f848b902887a251931c202414ac40260e (diff) | |
download | clientdata-89d8cc22daa08247b2812e6e572d0ba2c9bff7de.tar.gz clientdata-89d8cc22daa08247b2812e6e572d0ba2c9bff7de.tar.bz2 clientdata-89d8cc22daa08247b2812e6e572d0ba2c9bff7de.tar.xz clientdata-89d8cc22daa08247b2812e6e572d0ba2c9bff7de.zip |
Popular demand, a placeholder
Diffstat (limited to 'items')
-rw-r--r-- | items/pets.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/items/pets.xml b/items/pets.xml new file mode 100644 index 00000000..dce5c554 --- /dev/null +++ b/items/pets.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<items> + <item id="6000" + image="use/scrolls/firescroll.png" + name="Pinkie Scroll" + description="How cute, it is panfilio!" + type="generic" + useButton="Summon" + sellProtected="true" + weight="400" + /> +</items> |