Advertisement
NeonixHD

Réimpro PNJ gemmes

Mar 5th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. DELETE FROM `npc_vendor` WHERE (entry = 900000);
  2. INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES
  3. (900000, 0, 41333, 0, 0, 0, 0),
  4. (900000, 0, 36766, 0, 0, 0, 0),
  5. (900000, 0, 36767, 0, 0, 0, 0),
  6. (900000, 0, 40111, 0, 0, 0, 0),
  7. (900000, 0, 40112, 0, 0, 0, 0),
  8. (900000, 0, 40113, 0, 0, 0, 0),
  9. (900000, 0, 40114, 0, 0, 0, 0),
  10. (900000, 0, 40117, 0, 0, 0, 0),
  11. (900000, 0, 40118, 0, 0, 0, 0),
  12. (900000, 0, 40119, 0, 0, 0, 0),
  13. (900000, 0, 40123, 0, 0, 0, 0),
  14. (900000, 0, 40124, 0, 0, 0, 0),
  15. (900000, 0, 40125, 0, 0, 0, 0),
  16. (900000, 0, 40128, 0, 0, 0, 0),
  17. (900000, 0, 40133, 0, 0, 0, 0),
  18. (900000, 0, 40138, 0, 0, 0, 0),
  19. (900000, 0, 40139, 0, 0, 0, 0),
  20. (900000, 0, 40140, 0, 0, 0, 0),
  21. (900000, 0, 40142, 0, 0, 0, 0),
  22. (900000, 0, 40143, 0, 0, 0, 0),
  23. (900000, 0, 40147, 0, 0, 0, 0),
  24. (900000, 0, 40152, 0, 0, 0, 0),
  25. (900000, 0, 40153, 0, 0, 0, 0),
  26. (900000, 0, 40155, 0, 0, 0, 0),
  27. (900000, 0, 40159, 0, 0, 0, 0),
  28. (900000, 0, 40162, 0, 0, 0, 0),
  29. (900000, 0, 41285, 0, 0, 0, 0),
  30. (900000, 0, 41380, 0, 0, 0, 0),
  31. (900000, 0, 41398, 0, 0, 0, 0),
  32. (900000, 0, 41401, 0, 0, 0, 0),
  33. (900000, 0, 42142, 0, 0, 0, 0),
  34. (900000, 0, 42143, 0, 0, 0, 0),
  35. (900000, 0, 42144, 0, 0, 0, 0),
  36. (900000, 0, 42148, 0, 0, 0, 0),
  37. (900000, 0, 42150, 0, 0, 0, 0),
  38. (900000, 0, 42153, 0, 0, 0, 0),
  39. (900000, 0, 42154, 0, 0, 0, 0),
  40. (900000, 0, 42156, 0, 0, 0, 0),
  41. (900000, 0, 49110, 0, 0, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement