[wpdev-commits] xmlscripts/definitions/items/equipment potions.xml,1.14,1.15
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-29 14:49:36
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/equipment In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31051/items/equipment Modified Files: potions.xml Log Message: Fix for shrink potions Index: potions.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/equipment/potions.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** potions.xml 28 Oct 2004 19:13:08 -0000 1.14 --- potions.xml 29 Oct 2004 14:49:16 -0000 1.15 *************** *** 371,374 **** --- 371,375 ---- <item id="potion_shrink" inherit="potion_base"> <id>0xf0b</id> + <color>0x763</color> <name>a Shrink Potion</name> <category>Equipment\Potions\Shrink</category> *************** *** 381,385 **** <tag name="potiontype" value="25" type="int" /> <tag name="kegfill" value="100" type="int" /> ! <color>0x21</color> </item> --- 382,386 ---- <tag name="potiontype" value="25" type="int" /> <tag name="kegfill" value="100" type="int" /> ! <color>0x763</color> </item> |