From d995623631e7c269637c5faad41bbff780d8c409 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Sun, 25 Jun 2023 13:57:18 -0300 Subject: [PATCH] Midsummer: Also lower Ahune's frost core level --- .../sql/world/progression_1_19_world_event_Ahune.sql | 2 +- .../sql/world/progression_1_19_world_event_Ahune_down.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bracket_1_19/sql/world/progression_1_19_world_event_Ahune.sql b/src/Bracket_1_19/sql/world/progression_1_19_world_event_Ahune.sql index 9b971a4f..46a3d7dc 100644 --- a/src/Bracket_1_19/sql/world/progression_1_19_world_event_Ahune.sql +++ b/src/Bracket_1_19/sql/world/progression_1_19_world_event_Ahune.sql @@ -26,5 +26,5 @@ INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Chance`, `GroupId`, `M UPDATE `quest_template` SET `MinLevel` = 65 WHERE (`ID` = 11972); UPDATE `item_template` SET `RequiredLevel` = 65 WHERE (`entry` = 35723); -UPDATE `creature_template` SET `MaxLevel` = 70, `MinLevel` = 70 WHERE `entry` IN (25755, 25756, 25757, 26340, 26341, 26342); +UPDATE `creature_template` SET `MaxLevel` = 70, `MinLevel` = 70 WHERE `entry` IN (25755, 25756, 25757, 26340, 26341, 26342, 26339, 25865); UPDATE `creature_template` SET `MaxLevel` = 72, `MinLevel` = 72 WHERE `entry` IN (25740, 26338, 26865, 26339); diff --git a/src/Bracket_80_1/sql/world/progression_1_19_world_event_Ahune_down.sql b/src/Bracket_80_1/sql/world/progression_1_19_world_event_Ahune_down.sql index 0e011d1f..82011cf5 100644 --- a/src/Bracket_80_1/sql/world/progression_1_19_world_event_Ahune_down.sql +++ b/src/Bracket_80_1/sql/world/progression_1_19_world_event_Ahune_down.sql @@ -24,5 +24,5 @@ INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, UPDATE `quest_template` SET `MinLevel` = 75 WHERE (`ID` = 11972); UPDATE `item_template` SET `RequiredLevel` = 75 WHERE (`entry` = 35723); -UPDATE `creature_template` SET `MaxLevel` = 80, `MinLevel` = 80 WHERE `entry` IN (25755, 25756, 25757, 26340, 26341, 26342); +UPDATE `creature_template` SET `MaxLevel` = 80, `MinLevel` = 80 WHERE `entry` IN (25755, 25756, 25757, 26340, 26341, 26342, 26339, 25865); UPDATE `creature_template` SET `MaxLevel` = 82, `MinLevel` = 82 WHERE `entry` IN (25740, 26338, 26865, 26339);