Update of /cvsroot/wpdev/xmlscripts/scripts/magic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15775/magic
Modified Files:
spell.py
Log Message:
spaces != tabs
Index: spell.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/spell.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** spell.py 7 Aug 2004 04:02:53 -0000 1.13
--- spell.py 12 Aug 2004 19:13:49 -0000 1.14
***************
*** 156,160 ****
source = 'wand (0x%x)' % item
elif mode == MODE_CMD:
! source = 'command'
char.log(LOG_MESSAGE, "Casting spell %u (%s) from %s.\n" % (self.spellid, self.__class__.__name__, source))
--- 156,160 ----
source = 'wand (0x%x)' % item
elif mode == MODE_CMD:
! source = 'command'
char.log(LOG_MESSAGE, "Casting spell %u (%s) from %s.\n" % (self.spellid, self.__class__.__name__, source))
|