mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
DB/Vendor: rework Griftah's inventory.
Remove deprecated items and fix slot ordering.
This commit is contained in:
13
sql/updates/world/3.3.5/2019_07_03_00_world.sql
Normal file
13
sql/updates/world/3.3.5/2019_07_03_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user