diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 23:21:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 23:21:25 -0300 |
commit | 7e08a8e462e8b05f3a4d229bb4b015796b2775fd (patch) | |
tree | ac6189ff5b519c01bc4404e5da46d86ece857b57 | |
parent | caf86d53e7de5032dd52f94949df8c21b6ee6aa5 (diff) | |
download | clientdata-7e08a8e462e8b05f3a4d229bb4b015796b2775fd.tar.gz clientdata-7e08a8e462e8b05f3a4d229bb4b015796b2775fd.tar.bz2 clientdata-7e08a8e462e8b05f3a4d229bb4b015796b2775fd.tar.xz clientdata-7e08a8e462e8b05f3a4d229bb4b015796b2775fd.zip |
Fix typo
-rw-r--r-- | items.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1242,21 +1242,21 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="generic/guildcertification.png" name="Housing Letter I" description="Grants to holder an amount worth 10,000 GP in housing credits." - type="generic" + type="usable" sellProtected="true" weight="5"/> <item id="643" image="generic/guildcertification.png" name="Housing Letter II" description="Grants to holder an amount worth 100,000 GP in housing credits." - type="generic" + type="usable" sellProtected="true" weight="5"/> <item id="644" image="generic/guildcertification.png" name="Housing Letter III" description="Grants to holder an amount worth 1,000,000 GP in housing credits." - type="generic" + type="usable" sellProtected="true" weight="5"/> |