Advertisement
bucur35

Untitled

Jan 13th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.35 KB | None | 0 0
  1. --Relics of the Sun King
  2.  
  3. UPDATE `creature_template` SET `questItem1`=63081 WHERE  `entry`=45905;
  4.  
  5. DELETE FROM `creature_loot_template` WHERE  `entry`=45905 AND `item`=63081;
  6. INSERT INTO `creature_loot_template` (`entry`,  `item`,  `ChanceOrQuestChance`,  `lootmode`,  `groupid`,  `mincountOrRef`,  `maxcount`) VALUES
  7. (45905, 63081, 65.35, 1, 0, 1, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement