Advertisement
bucur35

Untitled

Jan 15th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.37 KB | None | 0 0
  1. -- "Artificial Intelligence"
  2.  
  3. UPDATE `gameobject_template` SET `questItem1`=62621, `data1`=206532 WHERE  `entry`=206532;
  4. DELETE FROM `gameobject_loot_template` WHERE  `entry`=206532 AND `item`=62621;
  5. INSERT INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  6. (206532, 62621, 100, 1, 0, 1, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement