Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.46 KB | None | 0 0
  1. -- Sets vendor table for Bountiful Barrel <Pilgrim's Bounty Supplies>
  2. SET @Barrel1 := 35337; -- Location
  3. SET @Barrel2 := 35338; -- Location
  4. SET @Barrel3 := 35340; -- Location
  5. SET @Barrel4 := 35341; -- Location
  6. SET @Barrel5 := 35342; -- Location
  7. SET @Barrel6 := 35343; -- Location
  8. DELETE FROM `npc_vendor` WHERE `entry` IN (@Barrel1,@Barrel2,@Barrel3,@Barrel4,@Barrel5,@Barrel6);
  9. INSERT INTO `npc_vendor` (`entry`,`slot`,`item`,`maxcount`,`incrtime`,`ExtendedCost`) VALUES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement