mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/creature_loot_template): Lower drops from Mottled Scytheclaw and Raptors (#4948)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user