[wpdev-commits] xmlscripts/definitions/items/equipment food.xml,1.17,1.18
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-03 15:53:29
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/equipment In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9879/items/equipment Modified Files: food.xml Log Message: Fixed <inherit id=""> syntax. Index: food.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/equipment/food.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** food.xml 2 Sep 2004 15:07:16 -0000 1.17 --- food.xml 3 Sep 2004 15:53:17 -0000 1.18 *************** *** 375,381 **** <!-- Mug of Ale 1 --> ! <item id="9ee"> <category>Equipment\Food\Mug of Ale 1</category> - <inherit id="drinks_base" /> <id>0x9ee</id> <weight>0.1</weight> --- 375,380 ---- <!-- Mug of Ale 1 --> ! <item id="9ee" inherit="drinks_base"> <category>Equipment\Food\Mug of Ale 1</category> <id>0x9ee</id> <weight>0.1</weight> *************** *** 383,389 **** <!-- Mug of Ale 2 --> ! <item id="9ef"> <category>Equipment\Food\Mug of Ale 2</category> - <inherit id="drinks_base" /> <id>0x9ef</id> <weight>0.1</weight> --- 382,387 ---- <!-- Mug of Ale 2 --> ! <item id="9ef" inherit="drinks_base"> <category>Equipment\Food\Mug of Ale 2</category> <id>0x9ef</id> <weight>0.1</weight> *************** *** 447,458 **** </item> ! <item id="d39"> ! <inherit id="c61" /> <id>0xd39</id> <category>Equipment\Food\Turnip 4</category> </item> ! <item id="d3a"> ! <inherit id="c61" /> <id>0xd3a</id> <category>Equipment\Food\Turnip 5</category> --- 445,454 ---- </item> ! <item id="d39" inherit="c61"> <id>0xd39</id> <category>Equipment\Food\Turnip 4</category> </item> ! <item id="d3a" inherit="c61"> <id>0xd3a</id> <category>Equipment\Food\Turnip 5</category> *************** *** 547,552 **** </item> ! <item id="c73"> ! <inherit id="c72" /> <id>0xc73</id> <category>Equipment\Food\Squash 2</category> --- 543,547 ---- </item> ! <item id="c73" inherit="c72"> <id>0xc73</id> <category>Equipment\Food\Squash 2</category> *************** *** 628,645 **** </item> ! <item id="c80"> ! <inherit id="c7f" /> <id>0xc80</id> <category>Equipment\Food\Ear of Corn 2</category> </item> ! <item id="c81"> ! <inherit id="c7f" /> <id>0xc81</id> <category>Equipment\Food\Ear of Corn 3</category> </item> ! <item id="c82"> ! <inherit id="c7f" /> <id>0xc82</id> <category>Equipment\Food\Ear of Corn 4</category> --- 623,637 ---- </item> ! <item id="c80" inherit="c7f"> <id>0xc80</id> <category>Equipment\Food\Ear of Corn 2</category> </item> ! <item id="c81" inherit="c7f"> <id>0xc81</id> <category>Equipment\Food\Ear of Corn 3</category> </item> ! <item id="c82" inherit="c7f"> <id>0xc82</id> <category>Equipment\Food\Ear of Corn 4</category> *************** *** 647,652 **** <!-- Grape Bunch --> ! <item id="d1a"> ! <inherit id="9d1" /> <id>0xd1a</id> <category>Equipment\Food\Grape Bunch 2</category> --- 639,643 ---- <!-- Grape Bunch --> ! <item id="d1a" inherit="9d1"> <id>0xd1a</id> <category>Equipment\Food\Grape Bunch 2</category> |