Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- fix loot for quest The Twilight Plot
- DELETE FROM `creature_loot_template` WHERE `entry` IN (44847, 44849, 44855) AND `item` = 60745;
- INSERT INTO `creature_loot_template` VALUES
- (44847,60745,-30,1,0,1,1),
- (44849,60745,-27,1,0,1,1),
- (44855,60745,-15,1,0,1,1);
Advertisement
Add Comment
Please, Sign In to add comment