mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/creature_loot): Reduce Alanna's Embrace drop rate (#8215)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user