[wpdev-commits] xmlscripts/definitions/items/equipment potions.xml,1.3,1.4
Brought to you by:
rip,
thiagocorrea
|
From: <thi...@us...> - 2004-01-08 17:59:51
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/equipment In directory sc8-pr-cvs1:/tmp/cvs-serv23323/items/equipment Modified Files: potions.xml Log Message: Added some missing <buyprice/> <sellprice/> lots more still missing. Index: potions.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/equipment/potions.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** potions.xml 8 Feb 2003 18:43:56 -0000 1.3 --- potions.xml 8 Jan 2004 17:59:47 -0000 1.4 *************** *** 21,24 **** --- 21,26 ---- <!-- Pricing information --> + <buyprice>15</buyprice> + <sellprice>7</sellprice> </item> *************** *** 34,37 **** --- 36,41 ---- <!-- Pricing information --> + <buyprice>15</buyprice> + <sellprice>7</sellprice> </item> *************** *** 73,76 **** --- 77,82 ---- <!-- Pricing information --> + <buyprice>15</buyprice> + <sellprice>7</sellprice> </item> |