From 08905d61bac85bedb4bd0bb3a8e78f80b0a8afbe Mon Sep 17 00:00:00 2001 From: alestan Date: Sun, 15 Aug 2010 23:02:16 +0000 Subject: [PATCH] fixed bug in private shops git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13620 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/pshop/pshop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pshop/pshop.py b/python/pshop/pshop.py index 91c792486..77daeda29 100644 --- a/python/pshop/pshop.py +++ b/python/pshop/pshop.py @@ -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"