Major overhauls of key systems and scripts

This commit is contained in:
2025-07-18 19:49:02 -04:00
parent 53218b487a
commit 1481fe1cce
18 changed files with 1171 additions and 837 deletions

View File

@@ -104,6 +104,9 @@ public:
size = sAdvancementMgr->LoadMaterialTypes();
MpLogger::info("Loaded {} material types...", size);
sMpDataStore->LoadPlayerHealthAvg();
MpLogger::info("Loaded player health averages used for scaling calculations...");
// Registering event handlers for the Mythic+ events from client
MP_Register_EventHandlers();
MpLogger::info("Registered Mythic+ Event Handlers...");