diff options
author | Naddley <NaddleyTC@gmail.com> | 2025-04-11 14:00:13 +0200 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2025-04-11 14:00:13 +0200 |
commit | 55cf70c45a335a4b275f6f7df4265ec621a59a44 (patch) | |
tree | d7478245c09d23c37fcc315db5d753491809778a | |
parent | a97775ba26bdce1dc6ae57a2c588dab53bade016 (diff) |
DB/LochModan: Update difficulty data for Ol' Sooty
Closes #30836
-rw-r--r-- | sql/updates/world/master/2025_04_11_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_04_11_00_world.sql b/sql/updates/world/master/2025_04_11_00_world.sql new file mode 100644 index 00000000000..d349c544247 --- /dev/null +++ b/sql/updates/world/master/2025_04_11_00_world.sql @@ -0,0 +1,3 @@ +-- Update Ol'Sooty +DELETE FROM `creature_template_difficulty` WHERE (`Entry` = 1225 AND `DifficultyId` = 0 AND `VerifiedBuild` = 0); +UPDATE `creature_template_difficulty` SET `DifficultyId` = 0 WHERE (`Entry` = 1225 AND `DifficultyId` = 1); |