mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
DB/NPCs: Add a missing item to Nefarion's loot table
Closes #7100 Signed-off-by: Nay <dnpd.dd@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Item was added to the wrong NPC
|
||||
-- Source: http://old.wowhead.com/item=19364
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` IN (1853, 11583) AND `item`=19364;
|
||||
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
|
||||
(11583, 19364, 10, 1, 0, 1, 1);
|
||||
Reference in New Issue
Block a user