From 33d6e6ce6cd6b8683fe6b2ea3e93351a2685f117 Mon Sep 17 00:00:00 2001 From: SuperSamus <40663462+SuperSamus@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:46:08 +0200 Subject: [PATCH] skylander_dialog: Fix Drill Sergeant's name --- rpcs3/rpcs3qt/skylander_dialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/rpcs3qt/skylander_dialog.cpp b/rpcs3/rpcs3qt/skylander_dialog.cpp index 49d4f66618..0a6cfab09e 100644 --- a/rpcs3/rpcs3qt/skylander_dialog.cpp +++ b/rpcs3/rpcs3qt/skylander_dialog.cpp @@ -88,8 +88,8 @@ const std::map, const std::string> list_sk {{20, 0x0000}, "Drobot"}, {{20, 0x1801}, "Series 2 Drobot"}, {{20, 0x1206}, "LightCore Drobot"}, - {{21, 0x0000}, "Drill Seargeant"}, - {{21, 0x1801}, "Series 2 Drill Seargeant"}, + {{21, 0x0000}, "Drill Sergeant"}, + {{21, 0x1801}, "Series 2 Drill Sergeant"}, {{22, 0x0000}, "Boomer"}, {{22, 0x4810}, "Eon's Elite Boomer"}, {{23, 0x0000}, "Wrecking Ball"},