fix(DB/gameobject_loot_template): Indurium Mineral Vein should contain always ores (#6569)

This commit is contained in:
Efymer 2021-07-02 14:24:31 +02:00 committed by GitHub
parent 15604492ac
commit 30013c8ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624629015111761400');
-- Indurium Mineral Vein - Indurium Ore
UPDATE `gameobject_loot_template` SET `QuestRequired` = 0 WHERE `Entry` = 3266 AND `Item` = 5833;