Advertisement
Guest User

Untitled

a guest
May 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ##clear incorrect lines##
  2. DELETE FROM creature_loot_template WHERE entry=10997 AND item=16708;
  3. DELETE FROM creature_loot_template WHERE entry=10363 AND item=16721;
  4. DELETE FROM creature_loot_template WHERE entry=1853 AND item=16707;
  5. DELETE FROM creature_loot_template WHERE entry=9236 AND item=16712;
  6. DELETE FROM creature_loot_template WHERE entry=10440 AND item=16709;
  7.  
  8.  
  9. ##shadowcraft spauldrons##
  10. INSERT INTO creature_loot_template ( entry, item, chanceorquestchance, mincountorref, maxcount ) VALUES
  11. ( 10997, 16708, 18, 1, 1 );
  12.  
  13. ##shadowcraft tunic##
  14. INSERT INTO creature_loot_template ( entry, item, chanceorquestchance, mincountorref, maxcount ) VALUES
  15. ( 10363, 16721, 10, 1, 1 );
  16.  
  17. ##shadowcraft cap##
  18. INSERT INTO creature_loot_template ( entry, item, chanceorquestchance, mincountorref, maxcount ) VALUES
  19. ( 1853, 16707, 11, 1, 1 );
  20.  
  21. ##shadowcraft gloves##
  22. INSERT INTO creature_loot_template ( entry, item, chanceorquestchance, mincountorref, maxcount ) VALUES
  23. ( 9236, 16712, 17, 1, 1 );
  24.  
  25. ##shadowcraft pants##
  26. INSERT INTO creature_loot_template ( entry, item, chanceorquestchance, mincountorref, maxcount ) VALUES
  27. ( 10440, 16709, 18, 1, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement