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:
Valcorb
2012-07-22 02:13:02 +01:00
committed by Nay
parent da866ac132
commit cf76345d6b

View File

@@ -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);