Item Head of Nefarian 19002 19003 Fix 7.02

eyerobot

Gold Supporter
Superior Member
917
2015
23
Location
Barryton Michigan USA
Head of Nefarian in blackwing lair.

19003 should be alliance only.
19002 should be horde only

Also loot chance was 1, It should be around a fifty percent chance to get this.

Code:
UPDATE `item_template` SET `AllowableRace` = 2098253 WHERE `entry` = 19003;
UPDATE `item_template` SET `AllowableRace` = 946 WHERE `entry` = 19002;

DELETE FROM `creature_loot_template` WHERE `entry`=11583 AND `item`=19002;
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (11583, 19002, 50, 1, 0, 1, 1);
DELETE FROM `creature_loot_template` WHERE `entry`=11583 AND `item`=19003;
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (11583, 19003, 50, 1, 0, 1, 1);
 
Last edited:
Top