mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Remove aa_timers from character tables [skip ci]
This commit is contained in:
parent
3c6cdd0905
commit
9dacd0bd7a
@ -33,7 +33,6 @@ namespace DatabaseSchema {
|
|||||||
static std::vector<std::string> GetPlayerTables()
|
static std::vector<std::string> GetPlayerTables()
|
||||||
{
|
{
|
||||||
std::vector<std::string> tables = {
|
std::vector<std::string> tables = {
|
||||||
"aa_timers",
|
|
||||||
"account",
|
"account",
|
||||||
"account_ip",
|
"account_ip",
|
||||||
"account_flags",
|
"account_flags",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,3 @@
|
|||||||
aa_timers
|
|
||||||
account
|
account
|
||||||
account_ip
|
account_ip
|
||||||
account_flags
|
account_flags
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user