[wpdev-commits] xmlscripts/scripts/commands __init__.py,1.21,1.22
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-21 21:40:33
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8689/commands Modified Files: __init__.py Log Message: Runebook Updates Index: __init__.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/__init__.py,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** __init__.py 21 Sep 2004 06:44:38 -0000 1.21 --- __init__.py 21 Oct 2004 21:40:24 -0000 1.22 *************** *** 218,225 **** def test(socket, command, arguments): ! gump = cGump() ! gump.addGump(0, 0, 0x67) ! gump.addText(0, 0, "à¨Here is your bank box,".decode('utf-8'), 2) ! gump.send(socket) def newlostarget(char, arguments, target): --- 218,222 ---- def test(socket, command, arguments): ! pass def newlostarget(char, arguments, target): |