[wpdev-commits] xmlscripts/definitions/npcs/humans civilists.xml,1.15,1.16
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-08-28 19:06:35
|
Update of /cvsroot/wpdev/xmlscripts/definitions/npcs/humans In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27361/npcs/humans Modified Files: civilists.xml Log Message: bankers shouldn't wander around Index: civilists.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/npcs/humans/civilists.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** civilists.xml 27 Aug 2004 14:43:29 -0000 1.15 --- civilists.xml 28 Aug 2004 19:06:27 -0000 1.16 *************** *** 76,79 **** --- 76,80 ---- <basescripts>contextmenus.trainmenu</basescripts> <invulnerable /> + <wandertype>0</wandertype> </npc> <npc id="vendor_female"> *************** *** 83,86 **** --- 84,88 ---- <basescripts>contextmenus.trainmenu</basescripts> <invulnerable /> + <wandertype>0</wandertype> </npc> </definitions> |