mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Gossip: Eva Sarkhoff
Closes #22745
(cherry picked from commit 4d4e2887f4)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
--
|
||||
-- Eva Sarkhoff
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID` IN (3301,3302,3303);
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
|
||||
(3303,4048,0),
|
||||
(3302,4049,0),
|
||||
(3301,4050,0);
|
||||
|
||||
UPDATE `gossip_menu_option` SET `OptionText`="How can I help?", `OptionBroadcastTextID`=6664 WHERE `MenuID`=3301 AND `OptionIndex`=0;
|
||||
Reference in New Issue
Block a user