fix(DB/Vendor): update Scrapbot and Jeeves' limited items (#24684)

This commit is contained in:
sogladev 2026-04-26 07:13:48 +02:00 committed by GitHub
parent e01f41be82
commit ffaebacb3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,23 @@
--
DELETE FROM `npc_vendor` WHERE (`entry` = 35642) AND (`item` IN (3775, 43231, 43233, 43235, 43237));
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES
(35642, 0, 3775, 0, 0, 0, 0),
(35642, 0, 43231, 0, 0, 0, 0),
(35642, 0, 43233, 0, 0, 0, 0),
(35642, 0, 43235, 0, 0, 0, 0),
(35642, 0, 43237, 0, 0, 0, 0);
DELETE FROM `npc_vendor` WHERE (`entry` = 29561) AND (`item` IN (5565, 16583, 17020, 17030, 17031, 17032, 17033, 37201, 44605, 44614, 44615));
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES
(29561, 0, 5565, 5, 600, 0, 0),
(29561, 0, 16583, 2, 600, 0, 0),
(29561, 0, 17020, 80, 600, 0, 0),
(29561, 0, 17030, 10, 600, 0, 0),
(29561, 0, 17031, 10, 600, 0, 0),
(29561, 0, 17032, 4, 600, 0, 0),
(29561, 0, 17033, 10, 600, 0, 0),
-- (29561, 0, 21177, 300, 600, 0, 0), -- fixed in 36a1f31c2911e312a894c7a02027b98c1af79dbc
(29561, 0, 37201, 40, 600, 0, 0),
(29561, 0, 44605, 55, 600, 0, 0),
(29561, 0, 44614, 20, 600, 0, 0),
(29561, 0, 44615, 55, 600, 0, 0);