fix(DB/quest_details): Add missing emotes for Maybell Maclure when offering quest Young Lovers (#4558)
This commit is contained in:
parent
19b7f0d27a
commit
98a0ff8297
1 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue