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.