From c3b06d7797af2d13499680515ca94fc883cd343a Mon Sep 17 00:00:00 2001 From: Naddley Date: Wed, 16 Oct 2024 00:43:32 +0200 Subject: DB/NorthernBarrens: Update difficulty data for Barak Kodobane Closes #30344 --- sql/updates/world/master/2024_10_16_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2024_10_16_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_10_16_00_world.sql b/sql/updates/world/master/2024_10_16_00_world.sql new file mode 100644 index 00000000000..e0cf2684294 --- /dev/null +++ b/sql/updates/world/master/2024_10_16_00_world.sql @@ -0,0 +1,3 @@ +-- Update Barak Kodobane +DELETE FROM `creature_template_difficulty` WHERE `entry` = 3394 AND `DifficultyID` = 0 AND `ContentTuningID` = 0; +UPDATE `creature_template_difficulty` SET `DifficultyID` = 0, `ContentTuningID`=3, `StaticFlags1`=0x0, `VerifiedBuild`=56819 WHERE (`Entry`=3394 AND `DifficultyID`=1); -- 3394 (Barak Kodobane) - -- cgit v1.2.3