---- Chapter 2078 "Climb over here and follow me!" Cordelia whispered. She moved quickly, and after helping the two men over, she immediately took the lead. Andrew and Eric said nothing and hurried to keep up with her. The spot where they had climbed into the estate happened to be empty. Cordelia exined, "I sent the McDaniel family''s patrol guards away. If we run into anyone questioning us, don''t say a word." As soon as she finished speaking, they passed through an archway. Inside thepound, guards watched vigntly every dozen steps or so. The security was incredibly tight. "Hold it!
What are you two doing here?" As expected, they were stopped. Andrew kept his expression neutral and looked toward Cordelia. With the ck silk scarf covering the lower half of her face, Cordelia said tly, "These two are with us. Let us through!" The guard stared at Andrew and Eric for a moment. Then, he waved his hand, signaling they could pass. ---- Only after they had walked quite a distance did Eric dare to breathe a sigh of relief. He said, "Looks like not all of the McDaniel family recognizes us." Andrew said calmly, "Don''t worry.<fn78a9> ???s ??????? ?s ?????? ?? find?novel</fn78a9>
Apart from Callum and that McDaniel family expert from before, the McDaniel family still doesn''t haveplete information about us." Along the way, they encountered several more checkpoints. Finally, under Cordelia''s guidance, they entered one of the rooms in the McDaniel family estate. As soon as they were inside, Cordelia locked the door and pulled off her ck scarf. Andrew smiled. "Thanks for this." Cordelia looked at him for a moment, her face reddening. "Don''t mention it. You saved my life before. But this is all I can help you with.
You''ll have to find the saintess on your own." Eric looked surprised. "You mean you don''t know where she is either?" Cordelia shook her head. "I don''t! All I know is that the high priest has already arrived at the McDaniel family estate. Right now, he''s meeting with the head of the McDaniel family. Beyond that, I don''t know anything else." ---- Eric was about to ask more questions when Andrew interrupted. " No point in asking more. Cordelia''s just a regr cult member, and the Crimson me Cult''s leadership would never casually reveal Shiloh''s location." Then, he looked at Cordelia.
"You didn''t run into any trouble when you went back earlier, did you?" Cordelia shook her head. "Not at all. I should head back now, though. If I''m gone too long, they might get suspicious." Andrew nodded. "Yeah. You''d better go back. Don''t worry about anything else." Cordelia hesitated for a moment, then said quietly, "Be careful, Andrew." Andrew was slightly taken aback, then smiled. "You be careful too, Cordelia." After she left, Ericughed so hard he clutched his stomach. "Be careful, Andrew!'' My God, she said it so sweetly.
I''m telling you, she has a crush on you." He exined, "In Augania, the women are tougher than most. Life is hard and brutal, so they grow up cold and ruthless. But if someone truly treats them well, shows them warmth, they''ll repay it with everything, even if it means sleeping with you, even if it means serving you for life." ---- Andrew''s expression remained nk. "So what? What''s your point in telling me all this?" Eric shrugged. "No point really.
Just wanted to let you know that she has probably got the hots for you." Andrew said tly, "You''re ridiculous." He walked over and pushed open the window. Cordelia proved to be thoughtful, choosing a room that gave them a clear view of the front of the McDaniel family estate. From Andrew''s vantage point, he could see hundreds of people gathered in the front area of the McDaniel family estate, offering their congrattions. Among them were Henry and Grace. However, he did not see anyone from the McCormick family. After thinking about it briefly, Andrew understood what was happening.
Henry probably wanted to keep Shiloh all to himself, so he had not informed the McCormick family that Shiloh had been brought over.<style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);