fix(DB/GMO_locale): DM East GMO deDE Option Text (#8583)

This commit is contained in:
Lukas Volgger
2021-10-18 01:54:03 +02:00
committed by GitHub
parent 9d378dc4d7
commit e0f959e00b

View File

@@ -0,0 +1,2 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634485959723104200');
UPDATE `gossip_menu_option_locale` SET `OptionText`='Danke, Eisenborke. Wir öffnen Euch die Tür.' WHERE `MenuID`=5602 AND `OptionID`=0 AND `Locale`='deDE';