fix(DB/Quests): Armor Scraps and Enemy Booty should not be repeatable (#9628)

This commit is contained in:
Nefertumm 2021-12-15 05:51:01 -08:00 committed by GitHub
parent 2a37003f95
commit b1f9b8a19d
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 ('1639114795662209200');
UPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` IN (7223, 7224);