diff options
author | Naddley <NaddleyTC@gmail.com> | 2024-10-16 00:43:32 +0200 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2024-10-16 00:43:32 +0200 |
commit | c3b06d7797af2d13499680515ca94fc883cd343a (patch) | |
tree | d10c3542bb5e0d888564e6946d198758b8f1dae0 /sql | |
parent | 368b2fe6ad1c1f57c5b115d20cbb571fc42c3b25 (diff) |
DB/NorthernBarrens: Update difficulty data for Barak Kodobane
Closes #30344
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_10_16_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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) - |