If you bought a character that was a really good price and it has some fked up name, and can afford to change it, what would YOU do? Please think a little bit before posting.
His complaint is that PWi insists on only doing name changes during a maintenance when it is not necessary in the least. Both HH and I know for a fact that changing a name involves a single database cell in your character's record and checking for dupes (the name really doesn't even have to be unique, but is to simplify things). A change can happen at any time and would not be visible until you log that character out (you don't even have to exit the client) and log it back in. A simple SQL stored procedure can handle the task of searching for duplicates and zapping the name in a few milliseconds.