diff options
-rw-r--r-- | sql/updates/world/master/2018_04_04_01_world.sql | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_04_04_01_world.sql b/sql/updates/world/master/2018_04_04_01_world.sql new file mode 100644 index 00000000000..39472300f39 --- /dev/null +++ b/sql/updates/world/master/2018_04_04_01_world.sql @@ -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); |