Update of /cvsroot/wpdev/xmlscripts/scripts/magic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24011/magic
Modified Files:
rune.py
Log Message:
Fixed a bug with renaming runes.
Index: rune.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/rune.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** rune.py 26 May 2004 13:07:23 -0000 1.3
--- rune.py 15 Jul 2004 01:27:55 -0000 1.4
***************
*** 17,21 ****
return 0
! if item.hastag( 'charges' ) and item.hastag( 'marked' ):
return 1
else:
--- 17,21 ----
return 0
! if item.hastag( 'location' ) and item.hastag( 'marked' ):
return 1
else:
***************
*** 78,81 ****
--- 78,82 ----
item.name = response.text[1]
+ item.update()
def onShowTooltip(viewer, object, tooltip):
|