Skip to content

Instantly share code, notes, and snippets.

@nick-kravchenko
Last active July 26, 2020 17:24
Show Gist options
  • Save nick-kravchenko/4e13a7a3611cc5558642e21df2503aed to your computer and use it in GitHub Desktop.
Save nick-kravchenko/4e13a7a3611cc5558642e21df2503aed to your computer and use it in GitHub Desktop.
INSERT INTO classicmangos.npc_vendor (`entry`, `item`, `maxcount`, `incrtime`, `condition_id`)
VALUES
(30013, 19375, 0, 0, 0),
(30013, 19132, 0, 0, 0),
(30013, 12752, 0, 0, 0),
(30013, 19370, 0, 0, 0),
(30013, 14152, 0, 0, 0),
(30013, 14154, 0, 0, 0),
(30013, 19145, 0, 0, 0),
(30013, 14153, 0, 0, 0),
(30013, 13314, 0, 0, 0),
(30013, 20635, 0, 0, 0),
(30013, 20032, 0, 0, 0),
(30013, 19136, 0, 0, 0),
(30013, 19400, 0, 0, 0),
(30013, 19388, 0, 0, 0),
(30013, 18809, 0, 0, 0),
(30013, 18405, 0, 0, 0),
(30013, 19385, 0, 0, 0),
(30013, 19133, 0, 0, 0),
(30013, 18872, 0, 0, 0),
(30013, 19437, 0, 0, 0),
(30013, 19897, 0, 0, 0),
(30013, 19438, 0, 0, 0),
(30013, 19131, 0, 0, 0),
(30013, 19391, 0, 0, 0),
(30013, 20631, 0, 0, 0),
(30013, 19374, 0, 0, 0),
(30013, 19595, 0, 0, 0),
(30013, 20626, 0, 0, 0),
(30013, 19135, 0, 0, 0),
(30013, 19407, 0, 0, 0),
(30013, 18808, 0, 0, 0),
(30013, 20618, 0, 0, 0),
(30013, 14146, 0, 0, 0),
(30013, 16979, 0, 0, 0),
(30013, 19369, 0, 0, 0),
(30013, 19886, 0, 0, 0),
(30013, 18727, 0, 0, 0),
(30013, 22720, 0, 0, 0),
(30013, 11782, 0, 0, 0),
(30013, 13346, 0, 0, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment