ls_cleanup.sql 381 B

12345678910
  1. -- These queries are meant to delete any loginserver table you may have from
  2. -- previous L2J installations.
  3. --
  4. -- Queries that create these tables and/or populate them apropiately are
  5. -- available in the ../sql/ folder. See the documentation.txt file
  6. -- for more details.
  7. DROP TABLE IF EXISTS account_data;
  8. DROP TABLE IF EXISTS accounts;
  9. DROP TABLE IF EXISTS gameservers;