[wpdev-commits] xmlscripts/scripts/magic spellbook.py,1.10,1.11
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-14 03:58:21
|
Update of /cvsroot/wpdev/xmlscripts/scripts/magic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31146/magic Modified Files: spellbook.py Log Message: 0000301 Index: spellbook.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/spellbook.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** spellbook.py 25 Aug 2004 17:03:05 -0000 1.10 --- spellbook.py 14 Sep 2004 03:58:05 -0000 1.11 *************** *** 202,205 **** --- 202,210 ---- return 1 + # This is annoying and eats bandwith but its the only way to "reopen" the spellbook + # once its already open. + char.socket.removeobject(item) + char.socket.sendobject(item) + packet = wolfpack.packet( 0x24, 7 ) packet.setint( 1, item.serial ) |