Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /********************
- Strained Supplies
- ********************/
- /***********
- Assign
- ***********/
- UPDATE `creature_template` SET `questItem1`=25802 WHERE `entry`=18466 LIMIT 1;
- /***********
- Script
- **********/
- DELETE FROM `gameobject_loot_template` WHERE `entry`=18466 AND `item`=25802 LIMIT 1;
- INSERT INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`,
- `groupid`, `mincountOrRef`, `maxcount`) VALUES
- (18466, 25802, 65, 1, 0, 1, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement