[wpdev-commits] xmlscripts/scripts/magic circle3.py,1.10,1.11
Brought to you by:
rip,
thiagocorrea
From: Klaus M. <nad...@us...> - 2004-08-29 17:53:53
|
Update of /cvsroot/wpdev/xmlscripts/scripts/magic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4043/scripts/magic Modified Files: circle3.py Log Message: fixed a bug pointed out by incanus Index: circle3.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/circle3.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** circle3.py 25 Aug 2004 17:03:05 -0000 1.10 --- circle3.py 29 Aug 2004 17:53:43 -0000 1.11 *************** *** 128,132 **** # We cannot use this on locked down chests ! if target.secure: char.message(501761) return --- 128,132 ---- # We cannot use this on locked down chests ! if target.secured: char.message(501761) return |