diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-07-03 13:37:31 +0200 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-13 23:51:44 +0100 | 
| commit | 13519dc043ac6e56c6d8111722ab5dcaaec439b5 (patch) | |
| tree | 2f28962a6b2eba7cc0dba25d87684e6e246ff4f5 | |
| parent | bba4696de715b79b31e154d1a8e1597507812ece (diff) | |
DB/Vendor: rework Griftah's inventory.
Remove deprecated items and fix slot ordering.
(cherry picked from commit f05891405ab40502cfa67fdcff0edb1391ff8719)
| -rw-r--r-- | sql/updates/world/master/2021_12_13_00_world_2019_07_03_00_world.sql | 13 | 
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_13_00_world_2019_07_03_00_world.sql b/sql/updates/world/master/2021_12_13_00_world_2019_07_03_00_world.sql new file mode 100644 index 00000000000..ffb955a9c8c --- /dev/null +++ b/sql/updates/world/master/2021_12_13_00_world_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);  | 
