Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. DELETE FROM `creature_loot_template` WHERE `entry`=30260 AND `item` IN (34736, 43013);
  2. INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  3. (30260, 34736, 52, 1, 0, 1, 1),
  4. (30260, 43013, 14, 1, 0, 1, 1);
  5.  
  6. DELETE FROM `creature_loot_template` WHERE `entry`=30422 AND `item` IN (43010, 43013);
  7. INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  8. (30422, 43010, 52, 1, 0, 1, 1),
  9. (30422, 43013, 14, 1, 0, 1, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement