[wpdev-commits] xmlscripts/definitions/npcs/animals/land sheep.xml,1.8,1.9
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-07 13:05:43
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/land In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26726/npcs/animals/land Modified Files: sheep.xml Log Message: Carve Fix Index: sheep.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/animals/land/sheep.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** sheep.xml 6 Jun 2004 01:38:43 -0000 1.8 --- sheep.xml 7 Jul 2004 13:05:34 -0000 1.9 *************** *** 12,16 **** <npc id="sheep_sheered" inherit="animal_base"> <name>sheep</name> ! <id>207</id> <ai>Animal_Domestic</ai> <karma><random list="KARMA_L0" /></karma> --- 12,16 ---- <npc id="sheep_sheered" inherit="animal_base"> <name>sheep</name> ! <id>223</id> <ai>Animal_Domestic</ai> <karma><random list="KARMA_L0" /></karma> *************** *** 43,47 **** <!-- Sheep (unsheered) --> <npc id="sheep_unsheered" inherit="sheep_sheered"> ! <id>223</id> <carve>carve_sheep_unsheered</carve> <category>Animals\Land\Sheep (Unsheered)</category> --- 43,47 ---- <!-- Sheep (unsheered) --> <npc id="sheep_unsheered" inherit="sheep_sheered"> ! <id>207</id> <carve>carve_sheep_unsheered</carve> <category>Animals\Land\Sheep (Unsheered)</category> |