---- Chapter 2386 Andrew nodded and asked, "So, who the hell is Kirian?" Das'' face went pale with horror. "What are you nning? You''re not thinking of going after him, are you? He might know who actually ced that seal, but if you dare seek him out, you''re signing your own death warrant. Kirian is ranked sixth on the Titan List, a true master swordsman." Andrew removed his mask and smiled without warmth. "Kirian being sixth on the Titan List is certainly impressive.
But do you honestly think I''d be afraid of him?" Das'' blood-stained eyes widened in recognition, and his entire body began to tremble violently. "I-It''s you! I should have known, from the start. You''re asking about the Lloyd family''s Dragon Prince because you are the Lloyd family''s Dragon Prince." "No... P-Please, don''t..." Das managed to stammer before his plea was cut short by a final, terrified scream The light faded from Das'' eyes as Andrew withdrew his hand from the old man''s skull. In a single strike, his energy had shredded Das'' brain from the inside.
When Andrew struck, he never hesitated, never softened, and never let emotion cloud his judgment. That was what made him ---- truly dangerous. It was also precisely why only Andrew could lead the Iron Cavalry team. Das had sealed his fate the moment he nned to kill Andrew and steal his treasure. Andrew was no saint. If someone was already plotting tomit murder and robbery, there was no reason to show them mercy. That would be foolish. Furthermore, his inquiry about past events carried a significant risk.
There was a real possibility that Guillermo would find out, which would prompt him to take immediate action. Andrew had already experienced Guillermo''s terrifying ability to manipte events from the shadows. Once that man began orchestrating events, theplications would only multiply, leaving Andrew with no room to maneuver. The best approach was to proceed quietly and in secret. This made Das a liability who absolutely had to die.
If Andrew let him live, Das'' cunning nature meant he would inevitably spread word of Andrew''s identity, even with the incentive of a ninth-grade supreme elixir. Besides, the moonstone box Andrew was carrying did not actually contain a ninth-grade Divine Pill in the first ce. ---- Das had tried to outsmart Andrew, but Andrew had anticipated this and prepared ordingly. He had already searched Das'' body thoroughly and found various misceneous items, along with a rare ancient medicinal herb that Das had won at the auction.
Finding nothing else of value, Andrew dusted off his hands and left. As he approached the exit of the auction house, he removed his mask and walked out as if nothing had happened, leaving the Reyes Grand Auction House behind. Even if Das'' body was discoveredter, as long as Andrew left no evidence or clues at the scene, he could simply im ignorance. Of course, if someone sharp like Valerie decided to dig deeper, it would not be hard for her to suspect Andrew. However, the thing was, Andrew never feared the trouble that came after he had already acted.
If he was bold enough to kill, he was ready for the consequences. "Well, look who finally decided to show his damn face. Took you long enough, asshole. I''ve been waiting so long, my patience''s gone cold," a mocking voice suddenly called out. Just as Andrew was about to step out of the auction house, he froze. Trouble had arrived sooner than he expected. He smiled ---- faintly, though the smile never reached his eyes, and looked up at the group blocking his path. Standing at the front was Benny. His eyes narrowed dangerously as he red at Andrew, his expression twisting with rage.<fne556> ???s ??????? ?s ?????? ?? f?ndnovel</fne556>
"Come here and get on your knees," Benny growled. Andrew''s grin widened, sharp as a de. "Get lost. I''m not in the best mood right now, so don''t make me kill you." Benny barked out augh, eyes shing with malice. He had not even done anything yet, and this guy was already acting tough. The audacity made his blood boil. "You''re dead!" he spat, his smile turning vicious as he lunged forward and mmed a palm straight at Andrew''s chest.<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);