mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-06 15:28:39 +00:00
idk man, I let it churn
This commit is contained in:
@@ -153,6 +153,10 @@ void CDClientManager::LoadValuesFromDatabase() {
|
||||
|
||||
void CDClientManager::LoadValuesFromDefaults() {
|
||||
LOG("Loading default CDClient tables!");
|
||||
|
||||
// Only call table default loaders that actually exist. Tests don't need
|
||||
// the full CDClient database; add additional table default loaders here
|
||||
// if/when those tables implement LoadValuesFromDefaults().
|
||||
CDPetComponentTable::Instance().LoadValuesFromDefaults();
|
||||
CDComponentsRegistryTable::Instance().LoadValuesFromDefaults();
|
||||
CDZoneTableTable::LoadValuesFromDefaults();
|
||||
}
|
||||
|
Reference in New Issue
Block a user