load imagination costs for pet abilities from CDClient

This commit is contained in:
jadebenn
2024-04-18 23:31:27 -05:00
parent 0b4d7b6d92
commit 36e0dbdb5e
8 changed files with 102 additions and 22 deletions

View File

@@ -28,7 +28,7 @@ public:
* Load values from the CD client database
*/
void LoadValuesFromDatabase();
/**
* Load the default values into memory instead of attempting to connect to the CD client database
*/
@@ -38,5 +38,5 @@ public:
* Gets the pet component table corresponding to the pet component ID
* @returns A reference to the corresponding table, or the default if one could not be found
*/
CDPetComponent& GetByID(const uint32_t componentID);
const CDPetComponent& GetByID(const uint32_t componentID);
};