[wpdev-commits] xmlscripts/definitions/items/professions miner.xml,1.20,1.21
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-11 16:38:19
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13602/items/professions Modified Files: miner.xml Log Message: ingot fixes Index: miner.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/miner.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** miner.xml 10 Sep 2004 22:17:09 -0000 1.20 --- miner.xml 11 Sep 2004 16:38:10 -0000 1.21 *************** *** 12,16 **** <item id="iron_ingot" inherit="1bf2"> - <baseid>1bf2</baseid> <color>0x0</color> <tag name="resname" value="iron" /> --- 12,15 ---- *************** *** 19,23 **** <item id="dullcopper_ingot" inherit="1bf2"> - <baseid>1bf2</baseid> <color>0x973</color> <tag name="resname" value="dullcopper" /> --- 18,21 ---- *************** *** 26,30 **** <item id="shadowiron_ingot" inherit="1bf2"> - <baseid>1bf2</baseid> <color>0x966</color> <tag name="resname" value="shadowiron" /> --- 24,27 ---- *************** *** 33,37 **** <item id="copper_ingot" inherit="1bf2"> - <baseid>1bf2</baseid> <color>0x96d</color> <tag name="resname" value="copper" /> --- 30,33 ---- *************** *** 40,44 **** <item id="bronze_ingot" inherit="1bf2"> - <baseid>1bf2</baseid> <color>0x972</color> <tag name="resname" value="bronze" /> --- 36,39 ---- *************** *** 47,51 **** <item id="gold_ingot" inherit="1bf2"> - <baseid>1bf2</baseid> <color>0x8a5</color> <tag name="resname" value="gold" /> --- 42,45 ---- *************** *** 55,59 **** <!-- <item id="silver_ingot" inherit="1bf2"> - <baseid>1bf2</baseid> <name>silver ingot</name> <color>0x430</color> --- 49,52 ---- *************** *** 64,68 **** <item id="agapite_ingot" inherit="1bf2"> - <baseid>1bf2</baseid> <color>0x979</color> <tag name="resname" value="agapite" /> --- 57,60 ---- *************** *** 71,75 **** <item id="verite_ingot" inherit="1bf2"> - <baseid>1bf2</baseid> <color>0x89f</color> <tag name="resname" value="verite" /> --- 63,66 ---- *************** *** 78,82 **** <item id="valorite_ingot" inherit="1bf2"> - <baseid>1bf2</baseid> <color>0x8ab</color> <tag name="resname" value="valorite" /> --- 69,72 ---- *************** *** 86,90 **** <!-- <item id="merkite_ingot" inherit="1bf2"> - <baseid>1bf2</baseid> <name>merkite ingot</name> <color>0x8b0</color> --- 76,79 ---- *************** *** 489,493 **** <item id="1bef" inherit="1bf2"> - <baseid>1bf2</baseid> <id>0x1bef</id> <category>Professions\Miner\Ingots\Iron Ingot (W/E)</category> --- 478,481 ---- |