aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-07-03 13:37:31 +0200
committerGitHub <noreply@github.com>2019-07-03 13:37:31 +0200
commitf05891405ab40502cfa67fdcff0edb1391ff8719 (patch)
treeb698a4ff465c1f6447e8a8fe97dcb5a9044348c6
parentf6f1c48aa592ea10c99fd23f46e94934b2f0cef2 (diff)
DB/Vendor: rework Griftah's inventory.
Remove deprecated items and fix slot ordering.
-rw-r--r--sql/updates/world/3.3.5/2019_07_03_00_world.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_03_00_world.sql b/sql/updates/world/3.3.5/2019_07_03_00_world.sql
new file mode 100644
index 00000000000..ffb955a9c8c
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_07_03_00_world.sql
@@ -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);