mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/NorthernBarrens: Update difficulty data for Thorn Hill cave
Closes #30337
This commit is contained in:
11
sql/updates/world/master/2024_10_12_00_world.sql
Normal file
11
sql/updates/world/master/2024_10_12_00_world.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- Update Kreenig Snarlsnout
|
||||
DELETE FROM `creature_template_difficulty` WHERE `entry` = 3438 AND `DifficultyID` = 0 AND `ContentTuningID` = 0;
|
||||
UPDATE `creature_template_difficulty` SET `DifficultyID` = 0, `ContentTuningID`=3, `StaticFlags1`=0x0, `VerifiedBuild`=56819 WHERE (`Entry`=3438 AND `DifficultyID`=1); -- 3438 (Kreenig Snarlsnout) -
|
||||
|
||||
-- Update Razormane Defender
|
||||
DELETE FROM `creature_template_difficulty` WHERE `entry` = 3266 AND `DifficultyID` = 0 AND `ContentTuningID` = 0;
|
||||
UPDATE `creature_template_difficulty` SET `DifficultyID` = 0, `ContentTuningID`=3, `StaticFlags1`=0x0, `VerifiedBuild`=56819 WHERE (`Entry`=3266 AND `DifficultyID`=1); -- 3266 (Razormane Defender) -
|
||||
|
||||
-- Update Razormane Thornweaver
|
||||
DELETE FROM `creature_template_difficulty` WHERE `entry` = 3268 AND `DifficultyID` = 0 AND `ContentTuningID` = 0;
|
||||
UPDATE `creature_template_difficulty` SET `DifficultyID` = 0, `ContentTuningID`=3, `StaticFlags1`=0x0, `VerifiedBuild`=56819 WHERE (`Entry`=3268 AND `DifficultyID`=1); -- 3268 (Razormane Thornweaver) -
|
||||
Reference in New Issue
Block a user