[wpdev-commits] xmlscripts/scripts/magic runebook.py,1.15,1.16
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-21 19:32:15
|
Update of /cvsroot/wpdev/xmlscripts/scripts/magic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14721/magic Modified Files: runebook.py Log Message: runebook fix Index: runebook.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/runebook.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** runebook.py 21 Oct 2004 18:01:47 -0000 1.15 --- runebook.py 21 Oct 2004 19:32:06 -0000 1.16 *************** *** 369,372 **** --- 369,375 ---- char.socket.clilocmessage(502421) + item.deltag('entry%u' % runenum) + item.deltag('entry%uname' % runenum) + closeGump(char, item) sendGump(char, item) |