diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-03-27 22:30:54 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-09-22 23:47:26 +0200 |
| commit | fa831968f789c4b6cef8adb7bc5becbc78d60dd4 (patch) | |
| tree | 25ffe52a2f31f384285683ba0c030de1cd11fb54 | |
| parent | b1bd68d6c1dc1c9e00fb21696352c60f7228f34c (diff) | |
DB/Gossip: Dreka'Sur
Closes #21707
(cherry picked from commit cb6bf752470f79c7fdeb9d82e61a2fbd8c9548a9)
| -rw-r--r-- | sql/updates/world/master/2021_09_22_10_world_2018_03_27_03_world_335.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_22_10_world_2018_03_27_03_world_335.sql b/sql/updates/world/master/2021_09_22_10_world_2018_03_27_03_world_335.sql new file mode 100644 index 00000000000..3bcc1502e31 --- /dev/null +++ b/sql/updates/world/master/2021_09_22_10_world_2018_03_27_03_world_335.sql @@ -0,0 +1,6 @@ +-- +-- Dreka'Sur --> Add Gossip Text +UPDATE `creature_template` SET `gossip_menu_id`=4067 WHERE `entry`=9620; +DELETE FROM `gossip_menu` WHERE `MenuID`=4067; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(4067,4960,0); |
