mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/creature_loot_template): Increase drop chance for Diabolical Plans (#6297)
- Closes #6295 - Closes https://github.com/chromiecraft/chromiecraft/issues/829
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623303655379442308');
|
||||
|
||||
-- Unify and increase drop chance for Diabolical Plans to 8% (was 1.2% .. 3%)
|
||||
UPDATE `creature_loot_template` SET `Chance`=8 WHERE `Item` IN (23777, 23797);
|
||||
Reference in New Issue
Block a user