fix(DB/quest_details): Add missing emotes for Maybell Maclure when offering quest Young Lovers (#4558)

This commit is contained in:
Vox
2021-02-14 00:08:55 -05:00
committed by GitHub
parent 19b7f0d27a
commit 98a0ff8297

View File

@@ -0,0 +1,8 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1613178860602736100');
/* Add missing emotes for Maybell Maclure when offering quest Young Lovers=id106
Source: https://www.youtube.com/watch?v=Y6XYsgc2epI
*/
DELETE FROM `quest_details` WHERE `ID` = 106;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `EmoteDelay2`, `VerifiedBuild`) VALUES (106, 18, 20, 1, 12340);