fix(DB/gameobject_loot_template): Indurium Mineral Vein should contain always ores (#6569)
This commit is contained in:
parent
15604492ac
commit
30013c8ee9
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue