DB/Vendor: rework Griftah's inventory.

Remove deprecated items and fix slot ordering.
This commit is contained in:
Wyrserth
2019-07-03 13:37:31 +02:00
committed by GitHub
parent f6f1c48aa5
commit f05891405a

View File

@@ -0,0 +1,13 @@
--
DELETE FROM `npc_vendor` WHERE `entry`=19227;
INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `VerifiedBuild`) VALUES
(19227, 0, 27978, 12340),
(19227, 1, 27992, 12340),
(19227, 2, 27979, 12340),
(19227, 3, 27945, 12340),
(19227, 4, 27941, 12340),
(19227, 5, 27976, 12340),
(19227, 6, 27982, 12340),
(19227, 7, 27944, 12340),
(19227, 8, 27940, 12340),
(19227, 9, 34249, 12340);