Update of /cvsroot/wpdev/xmlscripts/scripts/magic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4774/magic
Modified Files:
runebook.py
Log Message:
runebook fix for playervendors
Index: runebook.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/runebook.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** runebook.py 26 Oct 2004 20:43:55 -0000 1.18
--- runebook.py 30 Oct 2004 16:22:03 -0000 1.19
***************
*** 44,49 ****
#
def onShowTooltip(player, runebook, tooltip):
- tooltip.reset()
- tooltip.add(1028901, '')
if runebook.hastag('description'):
description = unicode(runebook.gettag('description'))
--- 44,47 ----
|