Skip to content

Commit

Permalink
Merge pull request #556 from norielbit/mace-tyrell-log-fix
Browse files Browse the repository at this point in the history
Fix an error in Mace Tyrell's Game Log
  • Loading branch information
Longwelwind committed Apr 21, 2020
2 parents 38244e6 + 56c02b9 commit d887713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agot-bg-game-server/src/client/GameLogListComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ export default class GameLogListComponent extends Component<GameLogListComponent
house = this.game.houses.get(data.house);

return <>
<strong>Mace Tyrell</strong>: Casualties were prevented by <strong>Robb Stark</strong>.
<strong>Mace Tyrell</strong>: Casualties were prevented by <strong>The Blackfish</strong>.
</>;

case "mace-tyrell-no-footman-available":
Expand Down

0 comments on commit d887713

Please sign in to comment.