[wpdev-commits] xmlscripts/definitions/items/professions mage.xml,1.21,1.22
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-21 15:56:05
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3016/items/professions Modified Files: mage.xml Log Message: fixes Index: mage.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/mage.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** mage.xml 18 Oct 2004 00:11:22 -0000 1.21 --- mage.xml 21 Oct 2004 15:55:54 -0000 1.22 *************** *** 38,49 **** <item id="22c5"> <id>0x22c5</id> <onehanded /> <decay /> <newbie /> - <buyprice>2500</buyprice> - <sellprice>250</sellprice> <category>Professions\Mage\Runebook </category> ! <basescripts>magic.runebook</basescripts> ! <weight>0.0</weight> </item> --- 38,51 ---- <item id="22c5"> <id>0x22c5</id> + <color>0x461</color> <onehanded /> <decay /> <newbie /> <category>Professions\Mage\Runebook </category> ! <basescripts>housing.security,magic.runebook</basescripts> ! <weight>3.0</weight> ! <bindmenu>security_menu</bindmenu> ! <tag name="max_charges" value="6" type="int" /> ! <tag name="security_level" value="1" type="int" /> <!-- default: coowner --> </item> |