diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-10-30 20:39:54 +0100 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-10-30 20:39:54 +0100 |
commit | 76295680869c97c2c6eeb9df52c52fa1e57343ef (patch) | |
tree | 8be47404aa047dbcbbdcb7a58ff51d9cba63ff66 | |
parent | 4fbfa14803a3c95e418095fdee9775c5cc8404f3 (diff) | |
download | clientdata-76295680869c97c2c6eeb9df52c52fa1e57343ef.tar.gz clientdata-76295680869c97c2c6eeb9df52c52fa1e57343ef.tar.bz2 clientdata-76295680869c97c2c6eeb9df52c52fa1e57343ef.tar.xz clientdata-76295680869c97c2c6eeb9df52c52fa1e57343ef.zip |
Mobs and Items missing space
-rw-r--r-- | items/generic/item5386_GlassShards.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/generic/item5386_GlassShards.xml b/items/generic/item5386_GlassShards.xml index 64bfd655..7574de96 100644 --- a/items/generic/item5386_GlassShards.xml +++ b/items/generic/item5386_GlassShards.xml @@ -1,4 +1,4 @@ <?xml version="1.0"?> <items> - <item id="5386" image="generic/glass-shards.png" name="GlassShards" description="A pile of glass shards." type="generic" weight="5"/> + <item id="5386" image="generic/glass-shards.png" name="Glass Shards" description="A pile of glass shards." type="generic" weight="5"/> </items> |