fix(DB/Gossip) Missing gossip text for Finkle Einhorn (#9154)

This commit is contained in:
Malcrom
2021-11-13 20:22:26 -04:00
committed by GitHub
parent ed55aa63af
commit 9ea9bb0259

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636734036216950528');
-- Add missing gossip text for Finkle Einhorn
DELETE FROM `gossip_menu` WHERE `MenuID` IN (2994,2995,2996,2997,2998,2999);
INSERT INTO `gossip_menu` (`MenuID`,`TextID`) VALUES
(2994,3660),(2995,3661),(2996,3662),(2997,3663),(2998,3664),(2999,3665);