mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 15:01:38 -04:00
DB/Gossip: Add missing gossip options to Gymer
This commit is contained in:
@@ -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