fix(DB/Gossip): Fix gossip for anachronos (#12681)

This commit is contained in:
Maelthyr 2022-08-15 07:36:05 +02:00 committed by GitHub
parent 8f73d4b7f9
commit dd8cdc9952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
-- Remove a duplicate and wrong gossip with anachronos
DELETE FROM `gossip_menu_option` WHERE `MenuID` = 6539 AND `OptionID` IN (0);