aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-01-14 18:03:01 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-21 19:45:48 +0100
commitf497534b15330f194d949ddb5ac2b19b005df16b (patch)
tree43a40ba2ef33cc47b8c7a5a42c50a85d811c4787
parent8d6eda6ba765ff38565d6ca8825260d83afd1064 (diff)
DB/Creature: Update Lord Victor Nefarius gossips with the correct entry
Closes #22946
-rw-r--r--sql/updates/world/master/2021_11_21_27_world_2019_01_14_03_world.sql14
-rw-r--r--src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp2
2 files changed, 15 insertions, 1 deletions
diff --git a/sql/updates/world/master/2021_11_21_27_world_2019_01_14_03_world.sql b/sql/updates/world/master/2021_11_21_27_world_2019_01_14_03_world.sql
new file mode 100644
index 00000000000..a57fddd3383
--- /dev/null
+++ b/sql/updates/world/master/2021_11_21_27_world_2019_01_14_03_world.sql
@@ -0,0 +1,14 @@
+--
+UPDATE `creature_template` SET `gossip_menu_id`=5981 WHERE `entry`=10162;
+DELETE FROM `gossip_menu_option` WHERE `MenuID`=21331;
+DELETE FROM `gossip_menu` WHERE `MenuID` IN (21331,21330) AND `TextId` IN (7134,7198);
+-- 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);
diff --git a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp
index 108d6a8dd31..742b76f3913 100644
--- a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp
+++ b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp
@@ -80,7 +80,7 @@ enum Says
enum Gossip
{
- GOSSIP_ID = 21332,
+ GOSSIP_ID = 6045,
GOSSIP_OPTION_ID = 0
};