[wpdev-commits] xmlscripts/definitions/items/equipment food.xml,1.11,1.12
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-11 23:58:36
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/equipment In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26211/equipment Modified Files: food.xml Log Message: Tweaks Index: food.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/equipment/food.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** food.xml 29 May 2004 01:06:59 -0000 1.11 --- food.xml 11 Jul 2004 23:58:26 -0000 1.12 *************** *** 39,43 **** <category>Equipment\Food\Stew</category> <note>Use in conjunction with <ref id="item:974">cauldron n/s</ref> and <ref id="item:975">cauldron w/e</ref></note> ! <id>0x0970</id> <events>food</events> <!-- You can eat stew out of the cauldrons --> </item> --- 39,43 ---- <category>Equipment\Food\Stew</category> <note>Use in conjunction with <ref id="item:974">cauldron n/s</ref> and <ref id="item:975">cauldron w/e</ref></note> ! <id>0x970</id> <events>food</events> <!-- You can eat stew out of the cauldrons --> [...2033 lines suppressed...] <category>Decoration\Bar\Skull Mug 3</category> </item> <item id="ffe"> ! <id>0xffe</id> <category>Decoration\Bar\Skull Mug 4</category> </item> *************** *** 1247,1251 **** <!-- Pewter Mug --> <item id="fff"> ! <id>0x0fff</id> <category>Decoration\Bar\Pewter Mug 1</category> </item> --- 1233,1237 ---- <!-- Pewter Mug --> <item id="fff"> ! <id>0xfff</id> <category>Decoration\Bar\Pewter Mug 1</category> </item> |