From 35383aa98b6c9a5e2bfe2c8cfb676e345f4c44f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E8=8C=B9?= Date: Mon, 5 Sep 2022 18:43:09 -0600 Subject: [PATCH] Naxx40 MapDifficulty DBC override --- sql/world/base/naxx40.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sql/world/base/naxx40.sql b/sql/world/base/naxx40.sql index 754c800..99cbc9a 100644 --- a/sql/world/base/naxx40.sql +++ b/sql/world/base/naxx40.sql @@ -1,3 +1,8 @@ +# Add MapDifficulty DBC Override +DELETE FROM `mapdifficulty_dbc` WHERE `ID` = 754; +INSERT INTO `mapdifficulty_dbc` (`ID`, `MapID`, `Difficulty`, `Message_Lang_enUS`, `Message_Lang_Mask`, `RaidDuration`, `MaxPlayers`, `Difficultystring`) +VALUES (754, 533, 2, 'You must be level 60 and in a raid group to enter.', 16712190, 604800, 40, 'RAID_DIFFICULTY_40PLAYER'); + # Remove exit teleport and replace with script DELETE FROM `areatrigger_teleport` WHERE `ID` IN (5196, 5197, 5198, 5199, 4156);