fix(DB/creature_loot_template): Lower drops from Mottled Scytheclaw and Raptors (#4948)

This commit is contained in:
Peter
2021-03-25 04:00:19 +01:00
committed by GitHub
parent 10fa49f5bd
commit 2cf294fe5a

View File

@@ -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);