idk man, I let it churn

This commit is contained in:
Aronwk
2025-08-31 13:22:21 -05:00
parent 9ff8134de8
commit 0760c76288
11 changed files with 466 additions and 27 deletions

View File

@@ -36,6 +36,7 @@ struct CDZoneTable {
namespace CDZoneTableTable {
using Table = std::map<uint32_t, CDZoneTable>;
void LoadValuesFromDatabase();
void LoadValuesFromDefaults();
// Queries the table with a zoneID to find.
const CDZoneTable* Query(uint32_t zoneID);