From af86da4ab09f994a2ae361acea64ea467ed598e2 Mon Sep 17 00:00:00 2001 From: heyitsbench Date: Mon, 24 Jun 2024 09:05:13 -0400 Subject: [PATCH] Init. --- .../sql/world/progression_1_19_world_event_Ahune.sql | 4 ++-- .../sql/world/progression_1_19_world_event_Ahune_down.sql | 4 ++-- 2 files changed, 4 insertions(+), 4 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 1e105a83..ce05db58 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 @@ -28,5 +28,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, 26339, 25865, 40446); -UPDATE `creature_template` SET `MaxLevel` = 72, `MinLevel` = 72 WHERE `entry` IN (25740, 26338, 26865, 26339); +UPDATE `creature_template` SET `MaxLevel` = 70, `MinLevel` = 70 WHERE `entry` IN (25755, 25756, 25757, 26340, 26341, 26342, 25865, 26339, 40446); +UPDATE `creature_template` SET `MaxLevel` = 72, `MinLevel` = 72 WHERE `entry` IN (25740, 26338); 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 d63501b3..ee592c52 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 @@ -25,5 +25,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, 26339, 25865, 40446); -UPDATE `creature_template` SET `MaxLevel` = 82, `MinLevel` = 82 WHERE `entry` IN (25740, 26338, 26865, 26339); +UPDATE `creature_template` SET `MaxLevel` = 80, `MinLevel` = 80 WHERE `entry` IN (25755, 25756, 25757, 26340, 26341, 26342, 25865, 26339, 40446); +UPDATE `creature_template` SET `MaxLevel` = 82, `MinLevel` = 82 WHERE `entry` IN (25740, 26338);