diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-01-19 12:42:00 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-01-19 12:47:38 +0100 |
commit | 38c40f33530ff187460346724d23e57c61a54c19 (patch) | |
tree | 5be202b96a3db9ec0367a9a842bc877016c2aba8 | |
parent | c6fd1a8f0226346c8d504bef642028a5589f0e0e (diff) | |
download | clientdata-38c40f33530ff187460346724d23e57c61a54c19.tar.gz clientdata-38c40f33530ff187460346724d23e57c61a54c19.tar.bz2 clientdata-38c40f33530ff187460346724d23e57c61a54c19.tar.xz clientdata-38c40f33530ff187460346724d23e57c61a54c19.zip |
Fixed hair style descriptions
Hair styles 10 and 11 had their descriptions mixed up, which probably
caused the mixup in the barber script.
-rw-r--r-- | items.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,10 +40,10 @@ <item id="-9" type="hairsprite" name="Short and curly"> <sprite>hairstyle9.xml</sprite> </item> - <item id="-10" type="hairsprite" name="Long and curly"> + <item id="-10" type="hairsprite" name="Pigtails"> <sprite>hairstyle10.xml</sprite> </item> - <item id="-11" type="hairsprite" name="Pigtails"> + <item id="-11" type="hairsprite" name="Long and curly"> <sprite>hairstyle11.xml</sprite> </item> <item id="-12" type="hairsprite" name="Parted"> |