mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
Fix(DB/Loot): Evergreen Herb Casing should not drop random herbs (#11952)
This commit is contained in:
3
data/sql/updates/pending_db_world/morrowgrainherbs.sql
Normal file
3
data/sql/updates/pending_db_world/morrowgrainherbs.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `item_loot_template` WHERE (`Entry` = 11024) AND (`Item` IN (785, 2449, 2450, 3356, 3357, 3820, 3821, 4625, 8838, 8839, 8846, 49209));
|
||||
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(11024, 49209, 0, 63, 0, 1, 1, 1, 3, 'Evergreen Herb Casing - Mutated Morrowgrain');
|
||||
Reference in New Issue
Block a user