Removed ai change

This commit is contained in:
2024-10-18 21:38:50 -04:00
parent 3d0f314c39
commit ec1663aa34

View File

@@ -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);