diff options
author | Ovahlord <dreadkiller@gmx.de> | 2025-04-13 19:17:38 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-04-13 19:17:38 +0200 |
commit | 1be6ce0da74160bd1032daa8646f7c9110576bb2 (patch) | |
tree | bc2ca398b108dc514e8f7bf1375f0537f0fe16a5 /sql | |
parent | 42d03f6319404da8017f8b25649d4d2d7aa3ca36 (diff) |
DB/Creatures: updated level values of the Molten Front recruiters and the Twilight Protocol Wyrmrest Defender
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/cata_classic/2025_04_13_07_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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) - |