Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv543/definitions/npcs/humans/vendors
Modified Files:
leatherworker.xml tanner.xml
Log Message:
Fixed leatherworkers and tanners not buying leather and hides
Index: leatherworker.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/leatherworker.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** leatherworker.xml 26 Sep 2004 12:52:23 -0000 1.4
--- leatherworker.xml 19 Oct 2004 13:32:33 -0000 1.5
***************
*** 14,17 ****
--- 14,23 ----
<item id="1711"><amount>10</amount></item>
</restockable>
+ <sellable>
+ <item id="1078"/>
+ <item id="1081"/>
+ <item id="leather_cut"/>
+ <item id="leather_hides"/>
+ </sellable>
</shopkeeper>
</npc>
Index: tanner.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/tanner.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tanner.xml 26 Sep 2004 12:52:23 -0000 1.5
--- tanner.xml 19 Oct 2004 13:32:33 -0000 1.6
***************
*** 36,39 ****
--- 36,45 ----
<item id="9b2"><amount>20</amount></item> <!-- Backpack -->
</restockable>
+ <sellable>
+ <item id="1078"/>
+ <item id="1081"/>
+ <item id="leather_cut"/>
+ <item id="leather_hides"/>
+ </sellable>
</shopkeeper>
</npc>
|