From f42cba3099d3540e43e0884f9852b4ba6b30d32e Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Tue, 17 Dec 2024 17:48:16 -0500 Subject: [PATCH] removed the CreatureHooks calls until later implemented --- src/MythicPlus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MythicPlus.cpp b/src/MythicPlus.cpp index b7854cd..fe96356 100644 --- a/src/MythicPlus.cpp +++ b/src/MythicPlus.cpp @@ -196,7 +196,7 @@ void MythicPlus::AddScaledCreature(Creature* creature, MpInstanceData* instanceD // creature->SetAI(ai); // We know the creature is scaled and in the instance to fire the event. - sCreatureHooks->AddToInstance(creature); + // sCreatureHooks->AddToInstance(creature); std::string name = creature->GetName(); // Assign random affix for now.