mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Creature: Update Lord Victor Nefarius gossips with the correct entry
Closes #22946
This commit is contained in:
14
sql/updates/world/3.3.5/2019_01_14_03_world.sql
Normal file
14
sql/updates/world/3.3.5/2019_01_14_03_world.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `gossip_menu_id`=5981 WHERE `entry`=10162;
|
||||
DELETE FROM `gossip_menu_option` WHERE `MenuID`IN (21331,21330);
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID`IN (21331,21330);
|
||||
DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (6045,5981,6046);
|
||||
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`) VALUES
|
||||
(6045, 0, 0, 'Please do.', 9906, 1, 1, 0),
|
||||
(5981, 0, 0, "I've made no mistakes.", 9902, 1, 1, 6046),
|
||||
(6046, 0, 0, "You have lost your mind, Nefarius. You speak in riddles.", 9904, 1, 1, 6045);
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `MenuId` IN (5981,6046) AND `TextId` IN (7134,7198);
|
||||
INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES
|
||||
(5981, 7134, 0),
|
||||
(6046, 7198, 0);
|
||||
@@ -81,7 +81,7 @@ enum Says
|
||||
|
||||
enum Gossip
|
||||
{
|
||||
GOSSIP_ID = 21332,
|
||||
GOSSIP_ID = 6045,
|
||||
GOSSIP_OPTION_ID = 0
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user