From ec1663aa341aabad7622d340d48313d24726eaf2 Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Fri, 18 Oct 2024 21:38:50 -0400 Subject: [PATCH] Removed ai change --- src/MythicPlus.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MythicPlus.cpp b/src/MythicPlus.cpp index be8b283..4cc0387 100644 --- a/src/MythicPlus.cpp +++ b/src/MythicPlus.cpp @@ -183,8 +183,8 @@ void MythicPlus::AddScaledCreature(Creature* creature, MpInstanceData* instanceD } // Update AI now the creature has been scaled. - auto ai = new MpScriptAI(creature, instanceData->difficulty); - creature->SetAI(ai); + // auto ai = new MpScriptAI(creature, instanceData->difficulty); + // creature->SetAI(ai); // We know the creature is scaled and in the instance to fire the event. sCreatureHooks->AddToInstance(creature);