- 916
- 2015
- 24
- Location
- Barryton Michigan USA
The horn was made a 100% drop rate back in lich king.
Code:
-- 9530 Horn of Hatetalon
DELETE FROM `creature_loot_template` WHERE `entry`=5362 AND `item`=9530;
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (5362, 9530, -100, 1, 0, 1, 1);
DELETE FROM `creature_loot_template` WHERE `entry`=5363 AND `item`=9530;
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (5363, 9530, -100, 1, 0, 1, 1);
DELETE FROM `creature_loot_template` WHERE `entry`=5364 AND `item`=9530;
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (5364, 9530, -100, 1, 0, 1, 1);
DELETE FROM `creature_loot_template` WHERE `entry`=5366 AND `item`=9530;
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (5366, 9530, -100, 1, 0, 1, 1);