From 1be6ce0da74160bd1032daa8646f7c9110576bb2 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 13 Apr 2025 19:17:38 +0200 Subject: [PATCH] DB/Creatures: updated level values of the Molten Front recruiters and the Twilight Protocol Wyrmrest Defender --- sql/updates/world/cata_classic/2025_04_13_07_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/cata_classic/2025_04_13_07_world.sql diff --git a/sql/updates/world/cata_classic/2025_04_13_07_world.sql b/sql/updates/world/cata_classic/2025_04_13_07_world.sql new file mode 100644 index 00000000000..87286e01c55 --- /dev/null +++ b/sql/updates/world/cata_classic/2025_04_13_07_world.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template_difficulty` SET `MinLevel`=85, `MaxLevel`=85, `VerifiedBuild`=60192 WHERE (`Entry`=239945 AND `DifficultyID`=0); -- 239945 (Alania Hollowbark) - +UPDATE `creature_template_difficulty` SET `MinLevel`=85, `MaxLevel`=85, `VerifiedBuild`=60192 WHERE (`Entry`=239974 AND `DifficultyID`=0); -- 239974 (Denaa Hollowbark) - +UPDATE `creature_template_difficulty` SET `MinLevel`=87, `MaxLevel`=87 WHERE (`Entry`=239974 AND `DifficultyID`=0); -- 240309 (Wyrmrest Defender) -