From 8cf47d7519e52018fdc594751924ce6b04a2c377 Mon Sep 17 00:00:00 2001 From: dario-cfpt Date: Sat, 7 Mar 2020 15:33:04 +0100 Subject: [PATCH] Updated the filename for Byleth images This change prevents display errors with the highmaps charts. --- .../img/characters/{Byleth-F.png => Byleth (F).png} | Bin .../img/characters/{Byleth-M.png => Byleth (M).png} | Bin server/scripts/Tbl_Character.sql | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename mobile/www/img/characters/{Byleth-F.png => Byleth (F).png} (100%) rename mobile/www/img/characters/{Byleth-M.png => Byleth (M).png} (100%) diff --git a/mobile/www/img/characters/Byleth-F.png b/mobile/www/img/characters/Byleth (F).png similarity index 100% rename from mobile/www/img/characters/Byleth-F.png rename to mobile/www/img/characters/Byleth (F).png diff --git a/mobile/www/img/characters/Byleth-M.png b/mobile/www/img/characters/Byleth (M).png similarity index 100% rename from mobile/www/img/characters/Byleth-M.png rename to mobile/www/img/characters/Byleth (M).png diff --git a/server/scripts/Tbl_Character.sql b/server/scripts/Tbl_Character.sql index 994d2a0..9620b1e 100644 --- a/server/scripts/Tbl_Character.sql +++ b/server/scripts/Tbl_Character.sql @@ -9,8 +9,8 @@ START TRANSACTION; INSERT INTO `Tbl_Character` (`Id_Character`, `Nm_First`, `Nm_Last`, `Nm_File_Img`, `Id_House`, `Id_Gender`) VALUES -(1, 'Byleth', 'Eisner', './img/characters/Byleth-M.png', 1, 3), -(2, 'Byleth', 'Eisner', './img/characters/Byleth-F.png', 1, 2), +(1, 'Byleth (M)', 'Eisner', './img/characters/Byleth (M).png', 1, 3), +(2, 'Byleth (F)', 'Eisner', './img/characters/Byleth (F).png', 1, 2), (3, 'Edelgard', 'von Hresvelg', './img/characters/Edelgard.png', 2, 2), (4, 'Hubert', 'von Vestra', './img/characters/Hubert.png', 2, 3), (5, 'Ferdinand', 'von Aegir', './img/characters/Ferdinand.png', 2, 3),