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:
Necropola
2021-06-17 10:19:20 +02:00
committed by GitHub
parent 466cdb68d6
commit a9686a3f44

View File

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