[wpdev-commits] xmlscripts/definitions/items/equipment potions.xml,1.12,1.13
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-22 06:11:10
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/equipment In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2778/items/equipment Modified Files: potions.xml Log Message: Fixed the alchemist vendor and added sellables for tailors. Index: potions.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/equipment/potions.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** potions.xml 27 Aug 2004 14:43:27 -0000 1.12 --- potions.xml 22 Sep 2004 06:11:00 -0000 1.13 *************** *** 107,110 **** --- 107,112 ---- <tag name="potiontype" value="4" type="int" /> <!-- Pricing information --> + <buyprice>15</buyprice> + <sellprice>7</sellprice> </item> *************** *** 155,158 **** --- 157,162 ---- <tag name="potiontype" value="7" type="int" /> <!-- Pricing information --> + <buyprice>15</buyprice> + <sellprice>7</sellprice> </item> *************** *** 187,190 **** --- 191,196 ---- <tag name="potiontype" value="9" type="int" /> <!-- Pricing information --> + <buyprice>15</buyprice> + <sellprice>7</sellprice> </item> *************** *** 219,222 **** --- 225,230 ---- <tag name="potiontype" value="11" type="int" /> <!-- Pricing information --> + <buyprice>21</buyprice> + <sellprice>10</sellprice> </item> *************** *** 333,336 **** --- 341,346 ---- <tag name="potiontype" value="18" type="int" /> <!-- Pricing information --> + <buyprice>15</buyprice> + <sellprice>7</sellprice> </item> |