casucristy

s

Jul 21st, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.26 KB | None | 0 0
  1. -- fix loot for quest The Twilight Plot
  2.  
  3. DELETE FROM `creature_loot_template` WHERE `entry` IN (44847, 44849, 44855) AND `item` = 60745;
  4.  
  5. INSERT INTO `creature_loot_template` VALUES
  6. (44847,60745,-30,1,0,1,1),
  7. (44849,60745,-27,1,0,1,1),
  8. (44855,60745,-15,1,0,1,1);
Advertisement
Add Comment
Please, Sign In to add comment