- 916
- 2015
- 24
- Location
- Barryton Michigan USA
Code:
-- 12914 Gymer's Salvation
-- 41504 Banshee Essence
DELETE FROM `creature_loot_template` WHERE `entry`=29646 AND `item`=41504;
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (29646, 41504, -75, 1, 0, 1, 1);
-- 41503 Diatomaceous Earth
DELETE FROM `creature_loot_template` WHERE `entry`=29436 AND `item`=41503;
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES (29436, 41503, -75, 1, 0, 1, 1);