mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Gossip: Add missing gossip option to Marin Noggenfogger
Closes #20383
This commit is contained in:
4
sql/updates/world/3.3.5/2017_09_22_03_world.sql
Normal file
4
sql/updates/world/3.3.5/2017_09_22_03_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `gossip_menu_option` WHERE `MenuID`=922 AND `OptionID`=1;
|
||||
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES
|
||||
(922, 1, 0, "Seen any strange things in the desert lately?", 3662, 1, 1, 1423, 0, 0, 0, "", 0, 0);
|
||||
Reference in New Issue
Block a user