mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Difficulty: Update some more duplicate data
Closes #30840 Closes #30842 Closes #30843
This commit is contained in:
11
sql/updates/world/master/2025_04_12_01_world.sql
Normal file
11
sql/updates/world/master/2025_04_12_01_world.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- Update Horrorjaw
|
||||
DELETE FROM `creature_template_difficulty` WHERE (`Entry` = 41420 AND `DifficultyId` = 0 AND `VerifiedBuild` = 0);
|
||||
UPDATE `creature_template_difficulty` SET `DifficultyId` = 0 WHERE (`Entry` = 41420 AND `DifficultyId` = 1);
|
||||
|
||||
-- Update Gobbler
|
||||
DELETE FROM `creature_template_difficulty` WHERE (`Entry` = 1259 AND `DifficultyId` = 0 AND `VerifiedBuild` = 0);
|
||||
UPDATE `creature_template_difficulty` SET `DifficultyId` = 0 WHERE (`Entry` = 1259 AND `DifficultyId` = 1);
|
||||
|
||||
-- Update Kor'gresh
|
||||
DELETE FROM `creature_template_difficulty` WHERE (`Entry` = 2793 AND `DifficultyId` = 0 AND `VerifiedBuild` = 0);
|
||||
UPDATE `creature_template_difficulty` SET `DifficultyId` = 0 WHERE (`Entry` = 2793 AND `DifficultyId` = 1);
|
||||
Reference in New Issue
Block a user