fix(DB/creature_loot_template): Lower drops from Mottled Scytheclaw and Raptors (#4948)
This commit is contained in:
parent
10fa49f5bd
commit
2cf294fe5a
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1616493761104943765');
|
||||
|
||||
-- Less blues from Mottled Razormaw/Scytheclaw
|
||||
UPDATE `creature_loot_template` SET `Chance`=0.5 WHERE `Entry`=1022 AND `Reference` IN (24065,24067);
|
||||
Loading…
Add table
Add a link
Reference in a new issue