[wpdev-commits] xmlscripts/definitions/items/professions tailorer.xml,1.22,1.23
Brought to you by:
rip,
thiagocorrea
From: Incanus <inc...@us...> - 2004-10-19 13:32:42
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv543/definitions/items/professions Modified Files: tailorer.xml Log Message: Fixed leatherworkers and tanners not buying leather and hides Index: tailorer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/tailorer.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** tailorer.xml 19 Oct 2004 03:43:21 -0000 1.22 --- tailorer.xml 19 Oct 2004 13:32:33 -0000 1.23 *************** *** 493,496 **** --- 493,498 ---- <tag name="resname" value="leather" /> <category>Professions\Tailorer\Cut Up Leather (N/S)</category> + <buyprice>4</buyprice> + <sellprice>2</sellprice> <weight>1.0</weight> </item> *************** *** 500,503 **** --- 502,507 ---- <tag name="resname" value="leather" /> <category>Professions\Tailorer\Cut Up Leather (W/E)</category> + <buyprice>4</buyprice> + <sellprice>2</sellprice> <weight>1.0</weight> </item> *************** *** 508,511 **** --- 512,516 ---- <category>Professions\Tailorer\Pile of Hides 1 (W/E)</category> <buyprice>4</buyprice> + <sellprice>2</sellprice> <weight>5.0</weight> </item> *************** *** 515,518 **** --- 520,525 ---- <tag name="resname" value="leather" /> <category>Professions\Tailorer\Pile of Hides 1 (N/S)</category> + <buyprice>4</buyprice> + <sellprice>2</sellprice> <weight>5.0</weight> </item> *************** *** 522,526 **** <tag name="resname" value="leather" /> <category>Professions\Tailorer\Pile of Hides 2 (W/E)</category> ! <buyprice>6</buyprice> <weight>5.0</weight> </item> --- 529,534 ---- <tag name="resname" value="leather" /> <category>Professions\Tailorer\Pile of Hides 2 (W/E)</category> ! <buyprice>4</buyprice> ! <sellprice>2</sellprice> <weight>5.0</weight> </item> |