i have a questions how to allow GM's to login to the game while the player cannot login
is there a way to do that
/command? or in mysql ?!
please HELP!
is there a way to do that
/command? or in mysql ?!
please HELP!
UPDATE account.account SET status="SHUTDOWN" where status = "OK";
UPDATE account.account SET status="OK" where status = "SHUTDOWN";