fix(DB/Loot): Frostwhisper's Embalming fluid can be looted without the quest (#10238)

This commit is contained in:
Nefertumm 2022-01-27 10:14:59 -03:00 committed by GitHub
parent 39fa10e87f
commit 7da65e77b3
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 ('1642522474408055800');
UPDATE `gameobject_loot_template` SET `QuestRequired` = 0 WHERE `Entry` = 13381 AND `Item` = 12736;