Jump to content
  • 0

Question

Posted

Hello guys i would be grateful if you could give me a sql query that deletes all the lvl 1 characters for the database thanks in advance!

2 answers to this question

Recommended Posts

  • 0
Posted

DELETE FROM `characters` WHERE `level` = '1'

 

Next time use google :P.

 

http://www.1keydata.com/sql/sqldelete.html

 

You will need to restart your gameserver for a full clean, as a character isn't only a character, it's too macros, inventory, clan, etc. This clean is automade at startup.

  • 0
Posted

DELETE FROM `characters` WHERE `level` = '1'

 

Next time use google :P.

 

http://www.1keydata.com/sql/sqldelete.html

 

You will need to restart your gameserver for a full clean, as a character isn't only a character, it's too macros, inventory, clan, etc. This clean is automade at startup.

 

thanks and sorry!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock