[wpdev-commits] xmlscripts/definitions/items/professions fisher.xml,1.11,1.12
Brought to you by:
rip,
thiagocorrea
From: Incanus <inc...@us...> - 2004-10-20 16:27:55
|
Update of /cvsroot/wpdev/xmlscripts/definitions/items/professions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10853/definitions/items/professions Modified Files: fisher.xml Log Message: Fixed fishing pole not wearing out. Index: fisher.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/items/professions/fisher.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** fisher.xml 14 Sep 2004 01:22:13 -0000 1.11 --- fisher.xml 20 Oct 2004 16:27:33 -0000 1.12 *************** *** 173,177 **** <category>Professions\Fisher\Tools\Fishing Pole (N/S)</category> <tag name="remaining_uses" type="int" value="50" /> ! <basescripts>skills.fishing</basescripts> <weight>8.0</weight> <twohanded /> --- 173,177 ---- <category>Professions\Fisher\Tools\Fishing Pole (N/S)</category> <tag name="remaining_uses" type="int" value="50" /> ! <basescripts>equipment,skills.fishing</basescripts> <weight>8.0</weight> <twohanded /> |