Advertisement
gecko32

Cache of Eregos

Sep 20th, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.67 KB | None | 0 0
  1. DELETE FROM `gameobject_loot_template` WHERE `entry`=24524;
  2. INSERT INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`)
  3. VALUES (24524, 43228, 100, 1, 0, 3, 4),
  4. (24524, 47241, 100, 1, 0, 1, 1),
  5. (24524, 43102, 100, 1, 0, 1, 1),
  6. (24524, 43668, 100, 1, 0, 1, 1),
  7. (24524, 52676, 100, 1, 0, 1, 1), -- Cache of the Ley-Guardian
  8. (24524, 41798, 100, 1, 0, 1, 1),
  9. (24524, 37294, 0, 1, 2, 1, 1),
  10. (24524, 37291, 0, 1, 2, 1, 1),
  11. (24524, 37292, 0, 1, 2, 1, 1),
  12. (24524, 37293, 0, 1, 2, 1, 1),
  13. (24524, 37361, 0, 1, 1, 1, 1),
  14. (24524, 37360, 0, 1, 1, 1, 1),
  15. (24524, 37363, 0, 1, 1, 1, 1),
  16. (24524, 37362, 0, 1, 1, 1, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement