Implement bazaar item identity and offline trading rework

This commit is contained in:
Vayle
2026-03-19 22:18:32 -04:00
90 changed files with 5379 additions and 2165 deletions
+6 -2
View File
@@ -58,6 +58,7 @@ namespace DatabaseSchema {
{"character_leadership_abilities", "id"},
{"character_material", "id"},
{"character_memmed_spells", "id"},
{"character_offline_transactions", "character_id"},
{"character_parcels", "char_id"},
{"character_parcels_containers", "id"},
{"character_pet_buffs", "char_id"},
@@ -80,13 +81,13 @@ namespace DatabaseSchema {
{"guilds", "id"},
{"instance_list_player", "id"},
{"inventory", "character_id"},
{"inventory_snapshots", "charid"},
{"inventory_snapshots", "character_id"},
{"keyring", "char_id"},
{"mail", "charid"},
{"player_titlesets", "char_id"},
{"quest_globals", "charid"},
{"timers", "char_id"},
{"trader", "char_id"},
{"trader", "character_id"},
{"zone_flags", "charID"}
};
}
@@ -133,6 +134,7 @@ namespace DatabaseSchema {
"character_leadership_abilities",
"character_material",
"character_memmed_spells",
"character_offline_transactions",
"character_parcels",
"character_parcels_containers",
"character_pet_buffs",
@@ -162,8 +164,10 @@ namespace DatabaseSchema {
"instance_list_player",
"inventory",
"inventory_snapshots",
"item_unique_id_reservations",
"keyring",
"mail",
"offline_character_sessions",
"petitions",
"player_titlesets",
"quest_globals",