[wpdev-commits] xmlscripts/definitions/items/professions healer.xml,1.10,1.11
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-12 10:24:58
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23078/items/professions Modified Files: healer.xml Log Message: bandage price fix Index: healer.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/healer.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** healer.xml 10 Sep 2004 22:17:09 -0000 1.10 --- healer.xml 12 Oct 2004 10:24:45 -0000 1.11 *************** *** 15,19 **** <category>Professions\Healer\Bloody Bandages 1</category> <basescripts>bandages</basescripts> ! <buyprice>1</buyprice> <weight>0.1</weight> </item> --- 15,20 ---- <category>Professions\Healer\Bloody Bandages 1</category> <basescripts>bandages</basescripts> ! <buyprice>3</buyprice> ! <sellprice>3</sellprice> <weight>0.1</weight> </item> *************** *** 28,33 **** <category>Professions\Healer\Clean Bandages 1</category> <weight>0.1</weight> ! <buyprice>1</buyprice> ! <sellprice>3</sellprice> <basescripts>bandages</basescripts> </item> --- 29,34 ---- <category>Professions\Healer\Clean Bandages 1</category> <weight>0.1</weight> ! <sellprice>1</sellprice> ! <buyprice>3</buyprice> <basescripts>bandages</basescripts> </item> |