mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(DB/Loot): Limit maximum Darkclaw Lobster catches (#6687)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user