mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-26 19:21:28 +00:00
Legacy LS tables no longer needed. [skip ci]
This commit is contained in:
parent
11fdbb6a49
commit
48cb96214a
@ -79,4 +79,9 @@ SELECT
|
||||
`ServerTrusted`,
|
||||
`Note`
|
||||
FROM
|
||||
tblWorldServerRegistration;
|
||||
tblWorldServerRegistration;
|
||||
|
||||
DROP TABLE tblLoginServerAccounts;
|
||||
DROP TABLE tblServerAdminRegistration;
|
||||
DROP TABLE tblWorldServerRegistration;
|
||||
DROP TABLE tblServerListType;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user