mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix:(DB/Loot): Put Item 1219 onto the correct loot table (#15922)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- Put Item 1219 Redridge Machete loot on right mob
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry`=24077 AND `Item`=1219;
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry`=424 AND `Item`=1219 AND `Reference`=0 AND `GroupId`=0;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(424, 1219, 0, 2, 0, 1, 0, 1, 1, 'Redridge Poacher - Redridge Machete');
|
||||
Reference in New Issue
Block a user