[wpdev-commits] xmlscripts/scripts/magic __init__.py,1.13,1.14
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-08-31 20:27:51
|
Update of /cvsroot/wpdev/xmlscripts/scripts/magic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7518/magic Modified Files: __init__.py Log Message: Fix for custom spells Index: __init__.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/__init__.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** __init__.py 31 Aug 2004 20:21:25 -0000 1.13 --- __init__.py 31 Aug 2004 20:27:42 -0000 1.14 *************** *** 147,151 **** return ! if type(self.spellid) == int: message = "Casting spell %u (%s) on coordinate %s.\n" % (spell.spellid, spell.__class__.__name__, str(pos)) else: --- 147,151 ---- return ! if type(spell.spellid) == int: message = "Casting spell %u (%s) on coordinate %s.\n" % (spell.spellid, spell.__class__.__name__, str(pos)) else: |