Advertisement
gecko32

lillehoff

Jan 31st, 2012
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.57 KB | None | 0 0
  1. SET @Lillehoff =32540;
  2. DELETE FROM `npc_vendor` WHERE `entry` = @Lillehoff;
  3. INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`) VALUES
  4. (@Lillehoff, 0, 41720, 0, 0, 0), -- Design: Smooth Autumn's Glow
  5. (@Lillehoff, 0, 42184, 0, 0, 0), -- Pattern: Glacial Bag
  6. (@Lillehoff, 0, 43958, 0, 0, 0), -- Reins of the Ice Mammoth(A)
  7. (@Lillehoff, 0, 43961, 0, 0, 0), -- Reins of the Grand Ice Mammoth(A)
  8. (@Lillehoff, 0, 44080, 0, 0, 0), -- Reins of the Ice Mammoth(H)
  9. (@Lillehoff, 0, 44086, 0, 0, 0), -- Reins of the Grand Ice Mammoth(H)
  10. (@Lillehoff, 0, 44129, 0, 0, 0), -- Lesser Inscription of the Storm
  11. (@Lillehoff, 0, 44130, 0, 0, 0), -- Lesser Inscription of the Crag
  12. (@Lillehoff, 0, 44131, 0, 0, 0), -- Lesser Inscription of the Axe
  13. (@Lillehoff, 0, 44132, 0, 0, 0), -- Lesser Inscription of the Pinnacle
  14. (@Lillehoff, 0, 44133, 0, 0, 0), -- Greater Inscription of the Axe
  15. (@Lillehoff, 0, 44134, 0, 0, 0), -- Greater Inscription of the Crag
  16. (@Lillehoff, 0, 44135, 0, 0, 0), -- Greater Inscription of the Storm
  17. (@Lillehoff, 0, 44136, 0, 0, 0), -- Greater Inscription of the Pinnacle
  18. (@Lillehoff, 0, 44137, 0, 0, 0), -- Arcanum of the Frosty Soul
  19. (@Lillehoff, 0, 44189, 0, 0, 0), -- Giant Ring Belt
  20. (@Lillehoff, 0, 44190, 0, 0, 0), -- Spaulders of Frozen Knives
  21. (@Lillehoff, 0, 44192, 0, 0, 0), -- Stalactite Chopper
  22. (@Lillehoff, 0, 44193, 0, 0, 0), -- Broken Stalactite
  23. (@Lillehoff, 0, 44194, 0, 0, 0), -- Giant-Friend Kilt
  24. (@Lillehoff, 0, 44195, 0, 0, 0), -- Spaulders of the Giant Lords
  25. (@Lillehoff, 0, 44510, 0, 0, 0); -- Pattern: Mammoth Mining Bag
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement