Changeset 1596
- Timestamp:
- 06/23/08 13:22:55 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/games/minionsofmirth/v1/testing/mud/characterserver/upgradedb.py
r1350 r1596 407 407 map(DoTranslation, PLAYER_TABLES) 408 408 409 # --- Remove this after cleanup run --- 410 # Reset excess worth. 411 MONEYLIST = ('light_platinum','darkness_platinum','monster_platinum') 412 for realmMoney in MONEYLIST: 413 nc.execute("UPDATE player SET ?=10000000 WHERE ?>10000000;",(realmMoney,realmMoney)) 414 # --- End remove cleanup section --- 415 409 416 nc.execute("END TRANSACTION;") 410 417 nc.close()

