[wpdev-commits] xmlscripts/definitions/items/professions mage.xml,1.16,1.17
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-07 23:43:21
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14293/items/professions Modified Files: mage.xml Log Message: fixed gate travel Index: mage.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/mage.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mage.xml 3 Sep 2004 15:53:18 -0000 1.16 --- mage.xml 7 Sep 2004 23:43:12 -0000 1.17 *************** *** 979,982 **** --- 979,1007 ---- <weight>1.0</weight> </item> + + <!-- Blue Moongates --> + <item id="f6c"> + <id>0xf6c</id> + <lightsource>9</lightsource> + </item> + <item id="f6d"> + <id>0xf6d</id> + <lightsource>9</lightsource> + </item> + + <item id="f6e"> + <id>0xf6e</id> + <lightsource>9</lightsource> + </item> + + <item id="f6f"> + <id>0xf6f</id> + <lightsource>9</lightsource> + </item> + + <item id="f70"> + <id>0xf70</id> + <lightsource>9</lightsource> + </item> </definitions> |