diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2019-04-08 17:09:21 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-04-08 17:09:21 +0200 |
commit | 310296f48f8563f138d3d4502b8e1e12112cb0f6 (patch) | |
tree | 1cb2585cee703d35ba2893e1285d83857210a9cb | |
parent | 605f440b8d9f9c479efec91604f0211f962676f1 (diff) |
DB/Gossip: Vinchaxa, Servant of the Hand & Rin'wosho the Trader
Closes #23171
-rw-r--r-- | sql/updates/world/3.3.5/2019_04_08_02_world.sql | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_08_02_world.sql b/sql/updates/world/3.3.5/2019_04_08_02_world.sql new file mode 100644 index 00000000000..b06186885e7 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_04_08_02_world.sql @@ -0,0 +1,18 @@ +-- Vinchaxa +UPDATE `creature_template` SET `gossip_menu_id`=6424 WHERE `entry`=15070; + +DELETE FROM `gossip_menu` WHERE `MenuID`=6424; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(6424,7717,0); + +-- Servant of the Hand +UPDATE `creature_template` SET `gossip_menu_id`=6425 WHERE `entry`=15080; + +DELETE FROM `gossip_menu` WHERE `MenuID`=6425; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(6425,7718,0); + +-- Rin'wosho the Trader +DELETE FROM `gossip_menu_option` WHERE `MenuID`=6381; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(6381,0,1,"Let us barter, Rin'wosho. Show me what goods are available!",10441,3,128,0,0,0,0,"",0,0); |