Is there a query that can delete characters from database that account is banned or no longer exists in the database?
Is there a query that can delete characters from database that account is banned or no longer exists in the database?
Ok, going to post in a sec...
Well you could just use Delete * From `characters` where `acct` = X and put the Banned accounts number where x is.... Should work.. Back up first as always though
Just do what kreegoth said, MUCH MUCH easyer.
Cheese Cake?