fixed bug in private shops

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13620 282e977c-c81d-0410-88c4-b93c2d0d6712
master
alestan 2010-08-15 23:02:16 +00:00
parent d3cff35fd1
commit 08905d61ba
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ if whoami.Name.find("Store")>-1:
Message="Name: "+str(Item.Name)
Message+="\nTitle: "+str(Item.Title)
Message+="\nMaterial: "+str(Item.Material.get("MaterialName"))
#Message+="\nMaterial: "+str(Item.Material.get("MaterialName"))
Message+="\nQuantity: "+str(Item.Quantity)
if Item.Cursed==1:
Message+="\nCursed: True"