Quote:
Originally Posted by Warmonger1337
Use these examples.
Code:
Use character;
Go
Update [user_character] Set character_name= '[GM]NAME' Where character_name= 'NAME'
Code:
Use character;
Go
Update [user_character] Set character_name= '[DEV]NAME' Where character_name= 'NAME'
Code:
Use character;
Go
Update [user_character] Set character_name= '[DEKARON]NAME' Where character_name= 'NAME'
|
Good job brainiac, the guy doesn't know how to make a DEV char and you're giving him queries that he should execute without any tut at all...
@lanliqin77 Just go to the character database in SQL and do a bit of browsing (cause I don't have SQL on my comp) once you find a bunch of text that appears to be character names then you're at the right spot. Idk if it will work but you can try to press CTRL + F to find your character name, SQL does have his own search function but I doubt you'll find it. Anyhow find the char name and add any extension you want ([DEV]. [GM], [SAMSUNG]). There is a vid/pic tut around here somewhere, look it up.