Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17416/npcs/humans/vendors
Modified Files:
stablemaster.xml
Log Message:
Override vendor AI assignment with stablemaster now that Human_Stablemaster is inheriting from Human_Vendor in ai_humans.cpp
Index: stablemaster.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/vendors/stablemaster.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** stablemaster.xml 26 Sep 2004 12:52:23 -0000 1.5
--- stablemaster.xml 26 Sep 2004 17:55:55 -0000 1.6
***************
*** 41,44 ****
--- 41,45 ----
<npc id="stablemaster_male">
<inherit>vendor_male</inherit>
+ <ai>Human_Stablemaster</ai>
<title context="Vendor Male Titles">the Stablemaster</title>
<animallore><random min="640" max="1000"/></animallore>
***************
*** 51,54 ****
--- 52,56 ----
<npc id="stablemaster_female">
<inherit>vendor_female</inherit>
+ <ai>Human_Stablemaster</ai>
<title context="Vendor Female Titles">the Stablemaster</title>
<animallore><random min="640" max="1000"/></animallore>
|