[wpdev-commits] xmlscripts/scripts/magic __init__.py,1.11,1.12
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-08-29 13:37:28
|
Update of /cvsroot/wpdev/xmlscripts/scripts/magic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26087/magic Modified Files: __init__.py Log Message: fixes for custom spells Index: __init__.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/__init__.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** __init__.py 29 Aug 2004 13:15:25 -0000 1.11 --- __init__.py 29 Aug 2004 13:37:16 -0000 1.12 *************** *** 103,107 **** return ! if type(self.spellid) == int: message = "Casting spell %u (%s) on character %s (0x%x).\n" % (spell.spellid, spell.__class__.__name__, target.char.name, target.char.serial) else: --- 103,107 ---- return ! if type(spell.spellid) == int: message = "Casting spell %u (%s) on character %s (0x%x).\n" % (spell.spellid, spell.__class__.__name__, target.char.name, target.char.serial) else: |