fix(DB/Quest): Make 6962 not repeatable (#4004)

This commit is contained in:
Kitzunu 2020-12-18 11:47:38 +01:00 committed by GitHub
parent 3741743b8a
commit 1de1ba38e0
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 ('1608247978940176300');
UPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `id` = 6962;