Fix missing data in scripts

This commit is contained in:
dario-cfpt
2020-03-17 13:21:48 +01:00
parent ea23badffb
commit 13c820e8cd
3 changed files with 13 additions and 4 deletions

View File

@ -13,7 +13,7 @@ INSERT INTO `Tbl_House` (`Id_House`, `Nm_House`) VALUES
(3, 'Blue Lions'),
(5, 'Church of Seiros'),
(4, 'Golden Deer'),
(1, 'None');
(1, 'Unaffiliated');
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;