casucristy

hqwerwe

Jul 13th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.31 KB | None | 0 0
  1. -- Drop fix for quest [Q] Securing the Shaleskin Shale
  2. -- http://www.wowhead.com/quest=10342
  3.  
  4. UPDATE `creature_template` SET `lootid` = 20210 WHERE `entry` = 20210;
  5.  
  6. DELETE FROM `creature_loot_template` WHERE `entry` = 20210 AND `item` = 29464;
  7. INSERT INTO `creature_loot_template` VALUES
  8. (20210,29464,-51,1,0,1,1);
Advertisement
Add Comment
Please, Sign In to add comment