[wpdev-commits] xmlscripts/definitions/menus contextmenu.xml,1.7,1.8
Brought to you by:
rip,
thiagocorrea
|
From: <co...@us...> - 2003-10-01 09:19:26
|
Update of /cvsroot/wpdev/xmlscripts/definitions/menus In directory sc8-pr-cvs1:/tmp/cvs-serv26382 Modified Files: contextmenu.xml Log Message: npc healer ( resurrect context menu ) Index: contextmenu.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/menus/contextmenu.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** contextmenu.xml 24 Dec 2002 11:04:10 -0000 1.7 --- contextmenu.xml 1 Oct 2003 09:19:22 -0000 1.8 *************** *** 22,25 **** --- 22,39 ---- </access> </contextmenu> + + <contextmenu id="healer_menu"> + <events>npc.healer</events> + <access acl="admin"> + <option tag="1" intlocid="0" msgid="489"/> + </access> + <access acl="player"> + <option tag="1" intlocid="0" msgid="489"/> + </access> + <access acl="counselor"> + <option tag="1" intlocid="0" msgid="489"/> + </access> + </contextmenu> + <contextmenu id="ITEM_MENU"> <events>daggermenu</events> |