[wpdev-commits] xmlscripts/scripts/magic __init__.py,1.22,1.23
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-20 19:40:40
|
Update of /cvsroot/wpdev/xmlscripts/scripts/magic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21520/magic Modified Files: __init__.py Log Message: Fixed a bug in the runebook that made it impossible to use runes with foreign characters Index: __init__.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/__init__.py,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** __init__.py 16 Oct 2004 19:42:48 -0000 1.22 --- __init__.py 20 Oct 2004 19:40:30 -0000 1.23 *************** *** 127,131 **** return ! message = "Casting spell %u (%s) on item %s (0x%x).\n" % (spell.spellid, spell.__class__.__name__, target.item.getname(), target.item.serial) char.log(LOG_MESSAGE, message) spell.target(char, mode, TARGET_ITEM, target.item, args, item) --- 127,131 ---- return ! message = u"Casting spell %u (%s) on item %s (0x%x).\n" % (spell.spellid, spell.__class__.__name__, target.item.getname(), target.item.serial) char.log(LOG_MESSAGE, message) spell.target(char, mode, TARGET_ITEM, target.item, args, item) |