Advertisement
frenado05

Untitled

Aug 6th, 2023 (edited)
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. DELETE FROM `gameobject_loot_template` WHERE `entry` = 210216 AND `item` = 55386;
  2. UPDATE `fishing_loot_template` SET `item` = 73269, `ChanceOrQuestChance` = -100 WHERE `entry` = 5861 AND `item` = 73269;
  3. UPDATE `gameobject_loot_template` SET `item` = 73269, `ChanceOrQuestChance` = -100, `LoadExpansion` = 3 WHERE `entry` = 210216 AND `item` = 73269;
  4. UPDATE `fishing_loot_template` SET `ChanceOrQuestChance` = 100, `mincountOrRef` = 1, `maxcount` = 1, `LoadExpansion` = 5 WHERE `entry` = 5861 AND `item` = 124669;
  5. DELETE FROM `gameobject_loot_template` WHERE `entry` = 210216 AND `item` = 124669;
  6. INSERT INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`, `LoadBuild`, `LoadExpansion`) VALUES
  7. (210216, 124669, 100, 1, 0, 2, 5, 0, 5);
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement