View Single Post
  #10  
Old 06-16-2006, 02:19 PM
Maniaman Maniaman is offline
Registered User
Join Date: Aug 2005
Posts: 326
Maniaman is on a distinguished road
Actually I don't think it would be extremely hard.

NPC Code:
UPDATE accounts SET accountname='newaccount' WHERE accountname='oldaccount'


of course you would have to run that for every table in the database, which probably isn't the funnest thing in the world.
__________________

Current Maloria Event: (click to go to it)
Reply With Quote