Skip to content

Commit

Permalink
DB/NorthernBarrens: Update difficulty data for Barak Kodobane
Browse files Browse the repository at this point in the history
  • Loading branch information
Naddley committed Oct 15, 2024
1 parent 368b2fe commit c3b06d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/updates/world/master/2024_10_16_00_world.sql
Original file line number Diff line number Diff line change
@@ -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) -

0 comments on commit c3b06d7

Please sign in to comment.