diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2018-04-04 02:38:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-04 02:38:41 +0200 |
| commit | be58e69832431011fb02f1f9090c01e5dce54619 (patch) | |
| tree | e77762a57291c7a68a7673d6bc6b505e326305de | |
| parent | bb0f9f6c9a12a65582cb10a9e0100ac10ca5ebdb (diff) | |
DB/Vendor: Ardan Softmoon
Closes #21348 by Ravens62
| -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); |
