mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
DB/NorthernBarrens: Update difficulty data for Barak Kodobane
Closes #30344
This commit is contained in:
3
sql/updates/world/master/2024_10_16_00_world.sql
Normal file
3
sql/updates/world/master/2024_10_16_00_world.sql
Normal file
@@ -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) -
|
||||
Reference in New Issue
Block a user