mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Gossip: Add missing gossip options to Gymer
This commit is contained in:
5
sql/updates/world/3.3.5/2018_10_10_00_world.sql
Normal file
5
sql/updates/world/3.3.5/2018_10_10_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (9860,9855);
|
||||
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `ActionMenuId`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES
|
||||
(9860, 0, 0, "I have a few more questions, Gymer.",9852, 30634, 1, 1),
|
||||
(9855, 0, 0, "I have a few more questions, Gymer.",9852, 30634, 1, 1);
|
||||
Reference in New Issue
Block a user