fix(DB/creature_loot): Reduce Alanna's Embrace drop rate (#8215)
This commit is contained in:
parent
eaa8fc6df0
commit
9842218d33
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue