fix(DB/Quest): completable flag of "Gaining Acceptance" (#7322)

This commit is contained in:
JamesGent 2021-08-17 09:35:05 +01:00 committed by GitHub
parent c7ee70ea75
commit 9b7c6bff0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628872619721549600');
UPDATE `quest_template_addon` SET `SpecialFlags` = 1 WHERE (`ID` = 13662);