Advertisement
gecko32

Cache of the Ley-Guardian

Sep 20th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.59 KB | None | 0 0
  1. DELETE FROM `item_loot_template` WHERE `entry`=52676;
  2. INSERT INTO `item_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  3. (52676, 47241, 100, 1, 0, 2, 2), -- Emblem of Triumph
  4. (52676, 36933, 15, 1, 1, 1, 3), -- Forest Emerald
  5. (52676, 36918, 15, 1, 1, 1, 3), -- Scarlet Ruby
  6. (52676, 36921, 15, 1, 1, 1, 3), -- Autumn's Glow
  7. (52676, 36930, 15, 1, 1, 1, 3), -- Monarch Topaz
  8. (52676, 36924, 15, 1, 1, 1, 3), -- Sky Sapphire
  9. (52676, 36927, 15, 1, 1, 1, 3), -- Twilight Opal
  10. (52676, 43953, 10, 1, 1, 1, 1); -- Reins of the Blue Drake
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement