[wpdev-commits] xmlscripts/definitions/items/shrink shrink.xml,1.4,1.5
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-04 18:59:29
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/shrink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31135/items/shrink Modified Files: shrink.xml Log Message: Fix for bug #0000258 Index: shrink.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/shrink/shrink.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** shrink.xml 27 Aug 2004 14:43:28 -0000 1.4 --- shrink.xml 4 Sep 2004 18:59:19 -0000 1.5 *************** *** 28,31 **** --- 28,32 ---- <name>shrink llama</name> <weight>0.1</weight> + <tag name="npc_id" value="ridable_llama" /> </item> *************** *** 56,59 **** --- 57,62 ---- <name>shrink horse 1</name> <weight>0.1</weight> + <tag name="npc_id" value="horse_1" /> + <buyprice>602</buyprice> </item> *************** *** 63,66 **** --- 66,71 ---- <name>shrink horse 2</name> <weight>0.1</weight> + <tag name="npc_id" value="horse_2" /> + <buyprice>602</buyprice> </item> *************** *** 70,73 **** --- 75,80 ---- <name>shrink horse 3</name> <weight>0.1</weight> + <tag name="npc_id" value="horse_3" /> + <buyprice>602</buyprice> </item> *************** *** 75,80 **** <id>0x2124</id> <basescripts>shrink</basescripts> ! <name>shrink horse 4</name> <weight>0.1</weight> </item> --- 82,89 ---- <id>0x2124</id> <basescripts>shrink</basescripts> ! <name>shrink horse 4</name> <weight>0.1</weight> + <tag name="npc_id" value="horse_4" /> + <buyprice>602</buyprice> </item> |