A Knight of the Seven Kingdoms Showrunner Regrets Omitting a Key Dunk and Egg Line

A Knight of the Seven Kingdoms Showrunner Regrets Omitting a Key Dunk and Egg Line
source: gettyimages
February 11, 2026

A Knight of the Seven Kingdoms, the Game of Thrones prequel series, stays close to the source material by adapting George R.R. Martin’s Dunk and Egg tale across six episodes. It leans into the lighter tone of the novella and largely follows the same plot with dialogue that mirrors the books. However, during a Reddit AMA, showrunner Ira Parker acknowledged a notable deviation and expressed regret over its absence. Spoilers for Episode 4 follow.

During the Q&A, a Reddit user pressed Parker on a moment many readers consider the heart of the Dunk and Egg story: Dunk’s exchange with Steely Pate, “Who am I to them? A knight who remembered his vows.” The questioner argued that the line sits at Dunk’s lowest point and marks a turning point before Breakspear’s involvement, asserting that removing it diminishes the soul of the novella and moving it later would dilute its impact. Parker didn’t sugarcoat his reflection: “Honestly it was a mistake on my part. Not my first not my last on this show. That scene was in the script at one point, then fell out. I agree that ‘a knight who remembers his vows’ is the soul of this story, but I think that is still very much at the core of the show, even if I stupidly left out this scene… it may not be said explicitly, but Dunk’s actions remain the same.”

Parker’s defense aside, some viewers took note of another potential error: the absence of Maekar’s and Aerion’s coats of arms in the series. Responding to questions from fans, Parker admitted this was another oversight he hadn’t realized until now. “So far I’ve seen fans point out two mistakes in this show that I was unaware of. This is one of them. Definitely should have had Maekar’s… that would have made it sooo easy to distinguish him in the fog. Whoops,” he said, acknowledging the missed heraldic detail.

For fans seeking more Game of Thrones material, there’s continued discussion about a Jon Snow spinoff, House of the Dragon Season 3, and other related updates, including how to watch A Knight of the Seven Kingdoms and a guide to the Seven Kingdoms.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 143 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6645703,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}