fix(DB/gameobject_loot): correct Rich Thorium Vein drops (#7603)

This commit is contained in:
Azcobu
2021-09-01 21:59:39 +09:30
committed by GitHub
parent b30376d08b
commit 6f6234ae73

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630148697901793648');
-- Minimum of 3 Thorium Ore drops from Rich Thorium Vein
UPDATE `gameobject_loot_template` SET `MinCount` = 3 WHERE `Item` = 10620 AND `Entry` = 12883;
-- Minimum of 4 Dense Stone drops from Rich Thorium Vein
UPDATE `gameobject_loot_template` SET `MinCount` = 4 WHERE `Item` = 12365 AND `Entry` = 12883;