ls_cleanup.sql 358 B

123456789101112
  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
  8. account_data,
  9. accounts,
  10. accounts_ipauth,
  11. gameservers;