[wpdev-commits] xmlscripts/scripts/commands who.py,1.5,1.6
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-06 22:30:32
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3341/commands Modified Files: who.py Log Message: Fix for potion kegs. Index: who.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/who.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** who.py 3 Sep 2004 00:53:54 -0000 1.5 --- who.py 6 Sep 2004 22:30:22 -0000 1.6 *************** *** 60,63 **** --- 60,66 ---- break player = wolfpack.findchar( serial ) + if not player or not player.account or not player.socket: + continue + # serialcount + 10 for callback, we will -10 there and look at wholist. gump.addButton( 20, 40 + upby, 0xFA5, 0xFA7, ( serialcount + 10 ) ) |