Update of /cvsroot/wpdev/xmlscripts/scripts/magic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30330/magic
Modified Files:
circle3.py
Log Message:
0000346
Index: circle3.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/circle3.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** circle3.py 7 Sep 2004 23:43:03 -0000 1.14
--- circle3.py 3 Oct 2004 13:57:09 -0000 1.15
***************
*** 89,93 ****
if (not target.validspawnspot() or wolfpack.findmulti(target)) and not char.gm:
if char.socket:
! char.socketclilocmessage(501942)
return
--- 89,93 ----
if (not target.validspawnspot() or wolfpack.findmulti(target)) and not char.gm:
if char.socket:
! char.socket.clilocmessage(501942)
return
|