Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. DELETE FROM `npc_vendor` WHERE (`entry`=60011);
  2. INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`) VALUES
  3. (60011, 1, 45725, 0, 0, 0),
  4. (60011, 1, 45725, 0, 0, 0),
  5. (60011, 1, 45725, 0, 0, 0),
  6. (60011, 1, 45725, 0, 0, 0),
  7. (60011, 1, 45725, 0, 0, 0),
  8. (60011, 1, 45725, 0, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement