fix(DB/creature_loot): Reduce Alanna's Embrace drop rate (#8215)

This commit is contained in:
Azcobu
2021-10-09 08:02:19 +10:30
committed by GitHub
parent eaa8fc6df0
commit 9842218d33

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633177696846115469');
-- Change Alanna's Embrace drop chance from Ras Frostwhisper to 0.36% (x2 = 0.72% total)
UPDATE `reference_loot_template` SET `Chance` = 0.36 WHERE `Entry` = 35030 AND `Item` = 13314;