mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
DB/Vendor: Ardan Softmoon
By Ravens62
This commit is contained in:
20
sql/updates/world/4.3.4/2018_04_04_00_world.sql
Normal file
20
sql/updates/world/4.3.4/2018_04_04_00_world.sql
Normal file
@@ -0,0 +1,20 @@
|
||||
-- vendor list for entry 44027
|
||||
DELETE FROM `npc_vendor` WHERE `entry`= 44027;
|
||||
INSERT INTO `npc_vendor`(`entry`,`slot`,`item`,`maxcount`,`incrtime`,`ExtendedCost`,`type`,`VerifiedBuild`) VALUES
|
||||
(44027, 1, 7005,0,0,0,1,0),
|
||||
(44027, 2, 2320,0,0,0,1,0),
|
||||
(44027, 3, 2604,0,0,0,1,0),
|
||||
(44027, 4, 4289,0,0,0,1,0),
|
||||
(44027, 5, 6260,0,0,0,1,0),
|
||||
(44027, 6, 2605,0,0,0,1,0),
|
||||
(44027, 7, 2321,0,0,0,1,0),
|
||||
(44027, 8, 4340,0,0,0,1,0),
|
||||
(44027, 9, 4341,0,0,0,1,0),
|
||||
(44027,10, 4291,0,0,0,1,0),
|
||||
(44027,11, 6261,0,0,0,1,0),
|
||||
(44027,12, 2325,0,0,0,1,0),
|
||||
(44027,13, 8343,0,0,0,1,0),
|
||||
(44027,14, 4342,0,0,0,1,0),
|
||||
(44027,15,10290,0,0,0,1,0),
|
||||
(44027,16,14341,0,0,0,1,0),
|
||||
(44027,17,38426,0,0,0,1,0);
|
||||
Reference in New Issue
Block a user