fix(DB/Loot): Limit maximum Darkclaw Lobster catches (#6687)

This commit is contained in:
Azcobu
2021-07-07 20:51:11 +09:30
committed by GitHub
parent 922b39b993
commit 8876e26d54

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625291253501808914');
DELETE FROM `reference_loot_template` WHERE `Entry` = 11105 AND `Item` = 13888;
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(11105, 13888, 0, 0, 0, 1, 1, 1, 1, 'Darkclaw Lobster');