[wpdev-commits] xmlscripts/scripts/wolfpack/commands info.py,1.14,1.15
Brought to you by:
rip,
thiagocorrea
|
From: <dr...@us...> - 2004-01-14 03:41:17
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack/commands In directory sc8-pr-cvs1:/tmp/cvs-serv3316 Modified Files: info.py Log Message: char.update() and item.update() added, allows you to see the tweaks faster :) Index: info.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/commands/info.py,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** info.py 13 Jan 2004 15:39:00 -0000 1.14 --- info.py 14 Jan 2004 03:41:14 -0000 1.15 *************** *** 516,520 **** if choice.button == 1: charinfo( socket, char ) ! return 1 --- 516,521 ---- if choice.button == 1: charinfo( socket, char ) ! char.update() ! return 1 *************** *** 759,762 **** --- 760,764 ---- if choice.button == 1: iteminfo( socket, item ) + item.update() return 1 |