[wpdev-commits] xmlscripts/scripts/commands export.py,1.6,1.7
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-12 18:03:44
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8972/commands Modified Files: export.py Log Message: More Maps Index: export.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/export.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** export.py 12 Jul 2004 02:04:41 -0000 1.6 --- export.py 12 Jul 2004 18:03:35 -0000 1.7 *************** *** 138,142 **** i = 0 while item: ! if not item.baseid in nonsaves and len( item.spawnregion ) == 0 # Build our string if format == 1: # Sphere 51a --- 138,142 ---- i = 0 while item: ! if not item.baseid in nonsaves and len( item.spawnregion ) == 0: # Build our string if format == 1: # Sphere 51a *************** *** 184,188 **** if item.type != 0: ! warnings += 'Item %i is of type %i. It wont be usable when made static.<br><br>' % ( hex( item.serial ), item.type ) i += 1 --- 184,188 ---- if item.type != 0: ! warnings += 'Item %i is of type %i. It wont be usable when made static.<br><br>' % ( hex( item.serial ), item.type ) i += 1 |