mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-04 14:22:24 +00:00
Merge branch 'master' of https://github.com/EQEmu/Server
This commit is contained in:
commit
467f8d7867
@ -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,9 +1,15 @@
|
|||||||
|
account
|
||||||
|
account_ip
|
||||||
|
account_flags
|
||||||
|
account_rewards
|
||||||
|
adventure_details
|
||||||
adventure_stats
|
adventure_stats
|
||||||
|
buyer
|
||||||
char_recipe_list
|
char_recipe_list
|
||||||
character_auras
|
|
||||||
character_activities
|
character_activities
|
||||||
character_alt_currency
|
character_alt_currency
|
||||||
character_alternate_abilities
|
character_alternate_abilities
|
||||||
|
character_auras
|
||||||
character_bandolier
|
character_bandolier
|
||||||
character_bind
|
character_bind
|
||||||
character_buffs
|
character_buffs
|
||||||
@ -20,15 +26,22 @@ character_leadership_abilities
|
|||||||
character_material
|
character_material
|
||||||
character_memmed_spells
|
character_memmed_spells
|
||||||
character_pet_buffs
|
character_pet_buffs
|
||||||
|
character_pet_info
|
||||||
character_pet_inventory
|
character_pet_inventory
|
||||||
character_potionbelt
|
character_potionbelt
|
||||||
character_skills
|
character_skills
|
||||||
character_spells
|
character_spells
|
||||||
|
character_tasks
|
||||||
character_tribute
|
character_tribute
|
||||||
completed_tasks
|
completed_tasks
|
||||||
|
data_buckets
|
||||||
faction_values
|
faction_values
|
||||||
friends
|
friends
|
||||||
|
guild_bank
|
||||||
guild_members
|
guild_members
|
||||||
|
guild_ranks
|
||||||
|
guild_relations
|
||||||
|
guilds
|
||||||
instance_list_player
|
instance_list_player
|
||||||
inventory
|
inventory
|
||||||
inventory_snapshots
|
inventory_snapshots
|
||||||
@ -36,6 +49,9 @@ keyring
|
|||||||
mail
|
mail
|
||||||
player_titlesets
|
player_titlesets
|
||||||
quest_globals
|
quest_globals
|
||||||
|
sharedbank
|
||||||
timers
|
timers
|
||||||
titles
|
titles
|
||||||
zone_flags
|
trader
|
||||||
|
trader_audit
|
||||||
|
zone_flags"
|
||||||
Loading…
x
Reference in New Issue
Block a user